Try OpenEdge Now
skip to main content
Administration
Reference to OpenEdge Web Service Properties : Alphabetical reference : requestWaitTimeout
 

requestWaitTimeout

Session model: Free
Determines how the WSA Adapter, REST Management Agent, or the OpenEdge Adapter for Sonic ESB handles requests when the connection pool becomes full. (The connection pool is full when the number of active sessions equals the value of maxSessions, and all sessions are currently running requests.)
The adapter handles such requests according to the value of requestWaitTimeout, as shown in the following table.
Table 94. requestWaitTimeout property values
If the value is . . .
The WSA Adapter, REST Management Agent, or the OpenEdge Adapter for Sonic ESB . . .
-1
Queues the request indefinitely until an AppServer session becomes available.
0
Rejects the request and returns an error message to the client indicating that there are too many concurrent requests.
> 0
Queues the request for the maximum number of seconds specified by the value until an AppServer session becomes available. If no session becomes available in that time, the adapter returns an error to the client.
Installation default: 0