| Author |
Get number of TCP connections
|
Timmy Ryan
Ranch Hand
Joined: Dec 09, 2007
Posts: 63
|
|
Hi,
I have a servlet that is running with jetty. After a random period of time it just stops working and close_wait connections start to show up with netstat.
Is there a way in java to get the number of connections open and how many are left?
As one fix could be to restart the servlet if jetty does not close the connection.
|
 |
 |
|
|
subject: Get number of TCP connections
|
|
|