Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 86827 invoked from network); 2 Feb 2002 22:39:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Feb 2002 22:39:26 -0000 Received: (qmail 5382 invoked by uid 97); 2 Feb 2002 22:39:24 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 5336 invoked by uid 97); 2 Feb 2002 22:39:23 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 5313 invoked by uid 50); 2 Feb 2002 22:39:22 -0000 Date: 2 Feb 2002 22:39:22 -0000 Message-ID: <20020202223922.5312.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=5735 HTTP connector running out of processors under heavy load ------- Additional Comments From remm@apache.org 2002-02-02 22:39 ------- I think I found an explanation for at least part of the bug. Looking at the algorithm, it's very possible that it would use more processors (usually, no more than one or two) than active clients under very high loads, because there's a amount of time (very small, but not null) between the instant the client is disconnected after the response is finished, and the instant where the processor has finished being recycled and is ready to process requests again. This behavior won't be fixed. OTOH, I have never seen the connector completely misbehave, run out of processors and die. If you have experienced it, and can help me reproduce it, I'd like to hear from you. Of course, if you can come up with a fix, that would be awesome :) -- To unsubscribe, e-mail: For additional commands, e-mail: