SERVERTHREADS

Command

SERVERTHREADS overrides the default value for the number of threads the Server Application 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.

Syntax

SERVERTHREADS n

n The number of threads the Server Application may produce.
Specify an integer between 20 and 500, inclusive. If you use the .CFG setting to specify a number lower than 20, it is interpreted as 20. If you use the .CFG setting to specify a number higher than 500, it is interpreted as 500.
Important: see Notes.

Description

SERVERTHREADS overrides the default value for the number of threads the Hyperion Essbase Server may spawn.

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

Example

SERVERTHREADS 25

Notes

Number of licensed ports Default number of threads
5 or fewer 5
6 - 11 10
11 or more 20

See Also

AGENTDELAY
AGENTTHREADS


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.