Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 8115 invoked from network); 10 Apr 2006 19:58:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Apr 2006 19:58:30 -0000 Received: (qmail 65617 invoked by uid 500); 10 Apr 2006 19:58:23 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 65557 invoked by uid 500); 10 Apr 2006 19:58:23 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 65535 invoked by uid 99); 10 Apr 2006 19:58:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 12:58:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.155.252.72] (HELO thunderer.cnchost.com) (207.155.252.72) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 12:58:21 -0700 Received: from [192.168.0.21] (c-24-15-193-17.hsd1.il.comcast.net [24.15.193.17]) by thunderer.cnchost.com id PAA11192; Mon, 10 Apr 2006 15:58:00 -0400 (EDT) [ConcentricHost SMTP Relay 1.17] Errors-To: Message-ID: <443AB8C7.3080802@rowe-clan.net> Date: Mon, 10 Apr 2006 14:57:59 -0500 From: "William A. Rowe, Jr." User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org CC: cvs@httpd.apache.org Subject: Re: svn commit: r393032 - /httpd/httpd/branches/2.0.x/STATUS References: <20060410193314.97489.qmail@minotaur.apache.org> In-Reply-To: <20060410193314.97489.qmail@minotaur.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This pool is or is not created in the parent? If its the parent it's gotta be proc mutexed even if using prefork. If it's process-local, then please don't depend on APR_THREADED, please please please poll the MPM to determine if the mpm has_threads? It's a huge waste for prefork users with a shared (threaded) apr :( Bill gregames@apache.org wrote: > Author: gregames > Date: Mon Apr 10 12:33:12 2006 > New Revision: 393032 > > URL: http://svn.apache.org/viewcvs?rev=393032&view=rev > Log: > vote for a backport > > Modified: > httpd/httpd/branches/2.0.x/STATUS > > Modified: httpd/httpd/branches/2.0.x/STATUS > URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=393032&r1=393031&r2=393032&view=diff > ============================================================================== > --- httpd/httpd/branches/2.0.x/STATUS (original) > +++ httpd/httpd/branches/2.0.x/STATUS Mon Apr 10 12:33:12 2006 > @@ -159,7 +159,7 @@ > to 2.0) > 2.0 patch is at > http://people.apache.org/~trawick/20_ldap_pool.patch > - +1: trawick > + +1: trawick, gregames (pls expand on apr_pool_create comment) > > *) mod_proxy: Fix PR 11971 (HTTP proxy header "Via" with wrong hostname > if ServerName not set or UseCanonicalName Off) by