Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 89485 invoked from network); 14 Jul 2009 20:32:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 20:32:26 -0000 Received: (qmail 50498 invoked by uid 500); 14 Jul 2009 20:32:35 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 50448 invoked by uid 500); 14 Jul 2009 20:32:35 -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 50436 invoked by uid 99); 14 Jul 2009 20:32:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 20:32:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 20:32:31 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id BBB2429A0011; Tue, 14 Jul 2009 13:32:10 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 47528] New: Worker process won't restart more than once using MaxRequestsPerChild with mpm_winnt X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mpm_winnt X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: jmccaskey@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 14 Jul 2009 13:32:10 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47528 Summary: Worker process won't restart more than once using MaxRequestsPerChild with mpm_winnt Product: Apache httpd-2 Version: 2.2.9 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P3 Component: mpm_winnt AssignedTo: bugs@httpd.apache.org ReportedBy: jmccaskey@gmail.com I'm using Apache 2.2.9, but I didn't find any changes in the newer versions that appear related to this issue. I've set MaxRequestsPerChild to 500 in my Apache config. If I watch the server-status page and refresh 500 times I see the PID for the process change and in my logs I see that the server restarted due to hitting hte max. If I repeat this and go to 1000 requests no restart occurs, no matter how many more requests are issued the process doesn't restart. This is a problem for us because the process seems to use more and more memory over time and since there is only a single process on Windows we are stuck with only 2 gigs to share between all the threads and our PHP code running on the server can tend to use lots of memory. We end up with PHP running out of memory after the server has been up for a while and have to manually restart it. I wanted to just use the MaxRequestsPerChild to gurantee we'd restart a couple times a day, but that isn't possible due to this bug. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org