DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=21763>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=21763 Tomcat 4.1.24 hangs under heavy load using http connector. ------- Additional Comments From [EMAIL PROTECTED] 2004-05-28 07:08 ------- We have the same problem on Tomcat 5.0.19 under Slackware 9.1.0 (2.6.5 kernel): catalina.out-May 27, 2004 2:20:48 PM org.apache.tomcat.util.threads.ThreadPool logFull catalina.out:SEVERE: All threads (300) are currently busy, waiting. Increase maxThreads (300) or check the servlet status Our HTTP connector configuration is: <Connector port="8080" maxThreads="300" minSpareThreads="30" maxSpareThreads="80" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" disableUploadTimeout="true" /> We use big heavy-load web application with some dozens of JSPs with XML transformation and MySQL storage. We will try to find luck in Tomcat 5.0.25... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]