Windows – CLOSE_WAIT keeping process alive on windows

javatcpwindows

I have several java processes running on a windows server. I have noticed from time to time when I try to kill the process it remains alive. The cause seems to be sockets in CLOSE_WAIT associated with the process.

Any idea why some sockets remain in CLOSE_WAIT after I try to kill the process?

Thanks

Best Answer

The process is in an uninterruptible wait state due to a hardware problem, and may require a reboot. This only happens if the hardware is having the issue.

............. Dramil Dodeja http://dramildodeja.webnode.com/