I'm experimenting with fastcgi on nginx, and the socket stays in TIME_WAIT even after I call
socket.shutdown(SocketShutdown.BOTH); socket.close();
(Crossposted from SO: http://stackoverflow.com/questions/7616601/nginx-fastcgi-and-open-sockets)
I'm experimenting with fastcgi on nginx, and the socket stays in TIME_WAIT even after I call
socket.shutdown(SocketShutdown.BOTH); socket.close();
(Crossposted from SO: http://stackoverflow.com/questions/7616601/nginx-fastcgi-and-open-sockets)