Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 57733 invoked from network); 20 Jul 2007 08:58:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 08:58:17 -0000 Received: (qmail 30876 invoked by uid 500); 20 Jul 2007 08:57:45 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 30663 invoked by uid 500); 20 Jul 2007 08:57:44 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 30652 invoked by uid 99); 20 Jul 2007 08:57:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 01:57:44 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 01:57:42 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 01CC31A981A; Fri, 20 Jul 2007 01:57:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r557931 - /httpd/httpd/branches/2.2.x/STATUS Date: Fri, 20 Jul 2007 08:57:21 -0000 To: cvs@httpd.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070720085722.01CC31A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Fri Jul 20 01:57:20 2007 New Revision: 557931 URL: http://svn.apache.org/viewvc?view=rev&rev=557931 Log: Comment the mpm_winnt backport proposal that is hanging around for quite some time. In essence it allows the clean shutdown of httpd when MaxClients is higher then 257 Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=557931&r1=557930&r2=557931 ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Fri Jul 20 01:57:20 2007 @@ -125,6 +125,10 @@ In any case, it should be checking nCount <= MAXIMUM_WAIT_OBJECTS first and use the simple wait in that case. + mturk notes: We are interested in that only during shutdown + so a one second simplification is acceptable compromise. + The sole purpose of the patch is to allow the clean shutdown + when the MaxClients is higher then 257. * mod_authn_dbd: Export any additional columns queried in the SQL select into the environment with the name AUTHENTICATE_. This brings