Hi,
Not sure if we have some system properties or JVM option to automatically shutdown IDLE/CLOSE_WAIT SOCKET. The problem is that the
Java application open socket, but do not perform a close() function, instead leave it to garbage collection.
So I am wondering if there is any way to shutdown this CLOSE_WAIT socket without changing the code. Thanks
S.L.