Possible CLOSE_WAIT problem

2003-01-29 Thread Dan Higgins
Hi, If I set my maxProcessors sufficiently low (say 5), then run a script from another machine that floods Tomcat with requests for a given JSP, eventually Tomcat stops accepting socket connections at all. Ok, that's to be expected when every processor thread is busy. BUT, when the flood stops,

Re: Possible CLOSE_WAIT problem

2003-01-29 Thread Bill Barker
Having just taken a look at the code, it does seem that this is a bug for Tomcat 4.1 with the CoyoteConnector. Could you please submit it at http://nagoya.apache.org/bugzilla? Dan Higgins [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, If I set my