Java socket close timeout

Posted by Shayan on Stack Overflow See other posts from Stack Overflow or by Shayan
Published on 2010-02-02T21:35:48Z Indexed on 2010/04/16 14:43 UTC
Read the original article Hit count: 315

Filed under:
|
|
|

In java when you close a socket it doesn't do anything anymore but it actually closes the tcp connection after a timeout time. I need thousands of sockets and I want them to be closed exactly after closed them not after wasting my time and my resources! What can I do?

Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about socket