Kbase P129431: Why does Session-free WebServices leave active clients on the AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/03/2008 |
|
Status: Unverified
GOAL:
Why does Session-free WebServices leave active clients on the AppServer
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
In order to improve performance, a Session-Free WebServices leaves open a pool of AppServer connections so that when the next user of the WebService comes along, it can use the already open connection. To control these connections you can use the following parameters on the WebService:
idleSessionTimeout
initialSessions
maxSessions
minIdleConnections
minSessions