Specifies the maximum number of threads the Analytic Server can spawn to allow the first connection to an application and database, negotiated between the Agent and server.
AGTSVRCONNECTIONS n
n | The default and minimum value is 1. The maximum value is the value set for AGENTTHREADS. |
AGTSVRCONNECTIONS specifies the maximum number of threads that the Analytic Server can create to connect to the Agent. Each connection uses one thread only while logging in and connecting to an application and database. Once connected, client requests are managed by threads whose maximum is controlled by SERVERTHREADS and by the number of licensed ports.
You may wish to adjust this value from the default value 1 if, for example, you are expecting a large number of users to login and select a single application in a short period of time.
The configuration parameter AGENTTHREADS controls the maximum number of threads the agent can create, so keep the value of AGTSVRCONNECTIONS equal to or less than the value of AGENTTHREADS to avoid wasting resources.
AGTSVRCONNECTIONS 7
This example increases the maximum number of simultaneous connections between Agent and server, from the default of 1 to 7.
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |