Author Message
vinothrajendran2
Joined: Nov 12, 2013
Messages: 101
Offline
Hi,

We have aesconnector application deployed in WebSphere.
Connections made by aesconnector is persist and i could see connections in AES.
It also increases when there are more concurrent requests.
It is getting released when the aesconnector is restarted.

Please advise whether the connection AES from aesconnector is persistent.
Does it clear the ideal connections or it is cleared only when the aeconnector/server restarted?



Thanks
Vinoth
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
The connection is persistent through JTAPI. The connection is more like the authentication and initialization. There is a thread for pinging the AES periodically to make sure AES is online. For each extension there is a monitoring thread for handling the calls coming through the extension. All the threads are started when the app server starts, and they are ended when the app server stops.
vinothrajendran2
Joined: Nov 12, 2013
Messages: 101
Offline
Thanks for the clarification.
Go to:   
Mobile view