Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 86786 invoked from network); 27 Jan 2006 12:33:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 12:33:40 -0000 Received: (qmail 77954 invoked by uid 500); 27 Jan 2006 12:33:32 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 77674 invoked by uid 500); 27 Jan 2006 12:33:30 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 77661 invoked by uid 99); 27 Jan 2006 12:33:30 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2006 04:33:30 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id 677C8CB; Fri, 27 Jan 2006 13:33:09 +0100 (CET) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 38403] - Child-Thread uses 100%CPU usage, mod_proxy ? In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060127123309.677C8CB@ajax.apache.org> Date: Fri, 27 Jan 2006 13:33:09 +0100 (CET) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.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://issues.apache.org/bugzilla/show_bug.cgi?id=38403 ------- Additional Comments From mk-asf@gigacodes.de 2006-01-27 13:33 ------- This was the proposed patch, but i guess you're right and this is not used in my setup. *** mod_proxy_connect.c.myversion 2006-01-26 18:32:12.000000000 +0000 --- mod_proxy_connect.c.orig 2006-01-27 11:32:08.000000000 +0000 *************** static int proxy_connect_handler(request *** 325,334 **** else break; } ! else if ((pollevent & APR_POLLERR) || (pollevent & APR_POLLHUP)) { ! rv = APR_EOF; break; - } } else if (cur->desc.s == client_socket) { pollevent = cur->rtnevents; --- 325,332 ---- else break; } ! else if ((pollevent & APR_POLLERR) || (pollevent & APR_POLLHUP)) break; } else if (cur->desc.s == client_socket) { pollevent = cur->rtnevents; Another interesting point: I configured the server to use a pool for to the backend server: it limits the maximal connections to the backend server. this works normal, but if i have this amok threads it stops working. could be related to the behaviour of a graceful restart .. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org