You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2006/07/21 14:03:34 UTC

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

Author: trawick
Date: Fri Jul 21 05:03:33 2006
New Revision: 424277

URL: http://svn.apache.org/viewvc?rev=424277&view=rev
Log:
no more forkamatic?

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?rev=424277&r1=424276&r2=424277&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jul 21 05:03:33 2006
@@ -163,3 +163,7 @@
               I am willing to propose patches, but due to personal time
               constraints they will not show up before the second half of July.
 
+    * worker and event MPMs: fix excessive forking if fork() or child_init 
+      take a long time.  PR 39275.
+      http://svn.apache.org/viewvc?view=rev&revision=399099
+      +1: trawick