SERVERTHREADS

Overrides the default value for the number of threads that applications may spawn.

Syntax

SERVERTHREADS [application_name] n

Description

SERVERTHREADS overrides the default value for the number of threads that application processes may spawn. The default value is defined by the number of licensed ports. Use this setting to make the maximum number of threads higher than the default value. See Notes.

When a transaction is requested, the application assigns a thread to the transaction and releases the thread when the transaction is complete.

Notes

Example

SERVERTHREADS 25

Allows all applications to spawn up to 25 threads.

SERVERTHREADS Sample 100

Allows the Sample application to spawn up to 100 threads.

See Also

AGENTDELAY

AGENTTHREADS