AGENTTHREADS

Specifies how many threads the Agent may spawn.

Syntax

AGENTTHREADS n

Where n is the number of threads that the Agent can spawn:

The default value is 5. It is strongly recommended that you use this default value if you are running Essbase on a 32-bit platform. See Notes below.

Description

AGENTTHREADS specifies how many threads the Agent may spawn. Some of these threads are used in conjunction with AGTSVRCONNECTIONS to allow initial login via the Agent and to establish the first connection to application and database, negotiated by the Agent and server. The rest of the threads are used for other Agent tasks unrelated to AGTSVRCONNECTIONS. Once connected, these threads are no longer used. Client requests use server threads whose maximum number is governed by SERVERTHREAD and by the number of licensed ports purchased.

When a connection is requested, the Agent assigns a thread to the request and releases the thread when the connection is made.

Notes

Example

AGENTTHREADS 15

See Also

AGTSVRCONNECTIONS

AGENTDELAY