]> granicus.if.org Git - apache/commitdiff
mention an old problem (mod_cgid being left around after
authorJeff Trawick <trawick@apache.org>
Thu, 15 Nov 2001 12:06:53 +0000 (12:06 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 15 Nov 2001 12:06:53 +0000 (12:06 +0000)
an aborted initialization) in slightly more general terms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91964 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ab0961292e59addb69560bbc784dfb82d6646297..a313f950fc02548508de588d052fcba7274790e3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/11/14 08:07:19 $]
+Last modified at [$Date: 2001/11/15 12:06:53 $]
 
 Release:
 
@@ -297,9 +297,9 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * callers of ap_run_create_request() should check the return value
       for failure (Doug volunteers)
 
-    * when prefork bails out due to an initialization error in the detached
-      process (e.g., mutex init failure), other children (cgid, at least) 
-      are left hanging around
+    * when a Unix MPM bails out due to an initialization error in the 
+      detached process (e.g., mutex init failure, pthread_create failure), 
+      other children (cgid, at least) are left hanging around
 
     * Win32: Get Apache working on Windows 95/98. The following work
        (at least) needs to be done: