DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763 Tomcat 4.1.24 hangs under heavy load using http connector. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-10-15 09:28 ------- Seeing what you describe, I doubt this is caused by this problem (this report was about much higher load factors, 10 req/s is very low). If you have contention or deadlocks elsewhere, the symptoms will be the same (more processors will be created to handle the incoming requests). Get a thread dump, which could indicate where the contention is. You should discuss this in tomcat-user, since the cause of your problem is not likely this particular flaw of the thread pool. Allowing unlimited processors to get around this kind of issue could bring your whole server to its knees, and is a bad idea. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]