Skip Menu |

This queue is for tickets about the Java CPAN distribution.

Report information
The Basics
Id: 13625
Status: new
Priority: 0/
Queue: Java

People
Owner: Nobody in particular
Requestors: vova [...] cisco.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: JavaServer doesn't explicitly close server socket on exit
When JavaServer is terminated (by "Ctrl+c" or "kill -2"), it doesn't close the server socket explicitly. This sometimes cause the socket to remain in TIME_WAIT state. There should be a shutdown hook that will call "stop()" method.