
9 Jan
2012
9 Jan
'12
1:29 a.m.
2012/1/9 Eric Wong
I run both of these commands and found out that there're sockets leaking. Most of them are TCP connections in CLOSE_WAIT state. There're also some socket with "can't identify protocol".
So, What's the problem? Is it related to the timeout in the server config? I'm using the default value.
CLOSE_WAIT indicates that the other side has closed its side of the
connection and the OS is waiting for you to close() the socket. At this
point I'd start looking at your database layer.
G
--
Gregory Collins