Parameter
|
Default value
|
Description
|
Initial number of agents
|
1
|
Specifies the number of agents associated with a PAS for OpenEdge instance when it starts.
|
Maximum number of agents
|
10
|
Specifies the maximum number of agents that can be associated with a PAS for OpenEdge instance.
|
Maximum connections per agent
|
10
|
Specifies the maximum number of connections for an agent.
|
Maximum ABL sessions per agent
|
10
|
Specifies the maximum number of ABL sessions that an agent can process.
|
Request wait timeout
|
15000
|
Specifies the amount of time, in milliseconds, that an agent can take to fulfill a client request.
|
Connection wait timeout
|
3000
|
Specifies the time, in milliseconds, that an agent can take to establish a connection with the client.
A connection attempt is terminated if the agent is unable to establish a connection with the client during the specified interval.
|
Idle agent timeout
|
300000
|
Specifies the time, in milliseconds, that an agent can remain inactive before it is terminated.
An agent is considered inactive if it does not establish an agent connections during the specified time.
|
Idle connection timeout
|
300000
|
Specifies the time, in milliseconds, that an established connection between the client and the agent can remain inactive before it is terminated.
An connection is considered idle if it has not been used to process a request from the client during the specified time.
|
Idle resource timeout
|
0
|
Specifies the time, in milliseconds, for which a broker resource can remain inactive before it is terminated.
Setting this parameter to 0 disables it.
|
Idle session timeout
|
300000
|
Specifies the time, in milliseconds, for which a PAS for OpenEdge session can remain idle before it is terminated.
A session is considered idle if it does not process a requests from the client for the specified interval.
|
Agent listener timeout
|
3600
|
Specifies the time, in milliseconds, for which an agent can remain inactive before it is terminated.
An agent is considered inactive if it does not establish an agent connections for the specified interval.
|