10-01-2011 07:24 AM
Dear developers,
I understand that when maximum number of direct TCP connections are open and an application attempts to make another, the java.io.IOException: Max connections opened exception is thrown.
Is there any way to detect and display the current active / alive http connections?
Solved! Go to Solution.
10-02-2011 11:55 AM
Bump
10-31-2011 09:15 AM
Bump
10-31-2011 09:19 AM
10-31-2011 11:00 AM
You can also try and override the 'ConnectionFactory' class.
You can easily add a counter and limit open connections.
E.