SOLVED RE: Tomcat 4.0.6 leaving CLOSE_WAIT sockets

2003-02-01 Thread Dan Higgins
then it probably > really is a problem with Tomcat -- sockets simply shouldn't be > left in CLOSE_WAIT by an application. > > Thanks, > -Dan > > > > -----Original Message----- > > From: Dan Higgins [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, February

RE: Tomcat 4.0.6 leaving CLOSE_WAIT sockets

2003-02-01 Thread Dan Higgins
> -Original Message- > From: Dan Higgins [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 01, 2003 4:13 PM > To: Tomcat-Dev > Subject: Tomcat 4.0.6 leaving CLOSE_WAIT sockets > > > Hi, > > I have a script which can burst any number of async socket

Tomcat 4.0.6 leaving CLOSE_WAIT sockets

2003-02-01 Thread Dan Higgins
Hi, I have a script which can burst any number of async socket connections to Tomcat from a remote host. With it, I can get every available connector processor thread to become busy at once. At that point, Tomcat simply refuses any new socket connections at all. Ok, this is to be expected. But th