SpeedLink Service Options

The following table lists all SpeedLink Service Options. These options are also further described in the API documentation included in the SpeedLink installation.

Service Option

Description

SUMMARY_INFO_ENABLED

When True, summary Task Event reporting is enabled for the Service. Default is False.

SUMMARY_INFO_FORMAT

The default value is: operations={0}, failures={1}, allocationTime={2}. For more information about the available message format options consult the Javadoc for java.text.MessageFormat.

ALLOCATION_OPERATION_QUEUE_
THRESHOLD

The operation queue threshold at which more Engines are allocated to this session.

ALLOCATION_RATE

The rate in Engines/second, at which Engines are allocated to this session when below the MAX_ALLOCATED_ENGINES and above the ALLOCATION_OPERATION_QUEUE_THRESHOLD.

ALLOCATION_TIME

The amount of time, in milliseconds, that an Engine can remain allocated.

IDLE_LINGER

The amount of time, in milliseconds, an allocated Engine remains idle before it deallocates itself.

MAX_ALLOCATED_ENGINES

The maximum number of Engines that are allocated to this session at any time.

MAX_QUEUED_OPERATIONS

The maximum total number of operations from this Service Session that can be queued on the client.

MIN_ALLOCATED_ENGINES

The minimum number of Engines that are allocated to this session at any time.

OPERATION_TIMEOUT

The maximum time an operation can take, in milliseconds.

TASK_FAIL_ON_OPERATION_FAILURE

Determines whether an operation failure is considered to be a task failure by the Engine and Scheduler.

NATIVE_NET_SERVICE

Specifies whether to run the SpeedLink Service under .NET. Default is true. When set to false the SpeedLink Service runs under Java.