Hi, I'd trust to netstat. TIME_WAIT state means the connection is in
semi-closed state (more info here [1]). In general you can reduce the time
socket waits in the TIME_WAIT state by changing socket linger timeout, but it
may cause another problems. May be it's just some DB2 jdbc driver issue, try
to change the driver. WBR, Alexey. [1]
http://en.wikipedia.org/wiki/Transmission_Control_Protocol
--
[Message sent by forum member 'oleksiys']
View Post: http://forums.java.net/node/892788