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

[EMAIL PROTECTED] 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

Reply via email to