Try OpenEdge Now
skip to main content
Progress Application Server for OpenEdge Configuration
Managing OpenEdge ABL applications deployed to a PAS for OpenEdge instance : Managing OpenEdge ABL application settings : Configuring an OpenEdge ABL application : Configuring tuning parameters and process limits of an OpenEdge ABL Application
 
Configuring tuning parameters and process limits of an OpenEdge ABL Application
You can configure tuning parameters and process limits of your OpenEdge ABL application can be set using the Application configuration for <ABL application name> page.
To set tune parameters and process limits:
1. Click Resources > Go to Resources in the OpenEdge Management console menu.
All resources managed by your console appear in the grid frame.
2. Filter or search for, and select the required PAS for OpenEdge instance.
For example, type the default PAS for OpenEdge instance name, oepas1, in the Filter field or select Progress Application Server as the selection in the Type drop-down menu and select the PAS instance.
The Progress Application Server: <instance name> page appears.
3. Click an ABL application in ABL Applications section.
The ABL Application: <ABL application name> page appears.
Note: The OpenEdge manager web application, oemanager, must be installed on PAS for OpenEdge for you to manage OpenEdge ABL applications and transport services while the PAS for OpenEdge instance is running.
4. Click Configuration.
The Application configuration for <ABL application name> page appears.
5. Select the Performance Tuning and Limits tab to set the following performance tuning and process limits:
Table 9. Tuning and process limits parameters
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.
6. Click:
*Save to save the changes.
*Reset to apply the last-saved settings.
*Cancel to reject the recent changes.