You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2006/04/01 17:04:38 UTC

svn commit: r390681 - /httpd/httpd/branches/2.2.x/STATUS

Author: jim
Date: Sat Apr  1 07:04:37 2006
New Revision: 390681

URL: http://svn.apache.org/viewcvs?rev=390681&view=rev
Log:

Better explain what this patch is about. It refers
to:

  *) Correctly initialize mod_proxy workers, which use a
     combination of local and shared datasets. Adjust logging
     to better trace usage. PR 38403.

The current impl is broken...

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=390681&r1=390680&r2=390681&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Apr  1 07:04:37 2006
@@ -90,6 +90,8 @@
                      This can not be backported to 2.2.
 
     * mod_proxy: Fix PR38403 (Child-Thread uses 100%CPU usage, mod_proxy ?)
+      due to incorrect usage of local and shared worker inits and
+      information.
       Trunk version of patch:
          http://svn.apache.org/viewcvs?rev=377738&view=rev
          http://svn.apache.org/viewcvs?rev=377780&view=rev