]> granicus.if.org Git - apache/commitdiff
Take care of a couple quickies -- mod_cgid shutdown and signals in
authorAaron Bannert <aaron@apache.org>
Thu, 14 Feb 2002 03:15:42 +0000 (03:15 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 14 Feb 2002 03:15:42 +0000 (03:15 +0000)
the worker MPM (one_process case).

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

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index ea955c235410ac0e6de1141514ee6eadff07ddc0..e03a6e3a79ff5093d1e91df1e9b99ef12aa2012d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
 Changes with Apache 2.0.32-dev
 
+  *) Fix a bug in mod_cgid that would prevent proper shutdown death
+     of the cgid process.  [Aaron Bannert]
+
+  *) Add signal handling back in to the worker MPM for the one_process
+     (-X, -DDEBUG, -DONE_PROCESS) case.  [Aaron Bannert]
+
   *) Performance: Reuse per-connection transaction pools in the
      worker MPM, rather than destroying and recreating them.  [Brian Pane]
 
diff --git a/STATUS b/STATUS
index ec2111cfda84e7ec2f9c871084284d8cacaf6be6..ea1e9752ae8793fd1520cc08cd8155ea4f185cd8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/02/14 02:42:10 $]
+Last modified at [$Date: 2002/02/14 03:15:42 $]
 
 Release:
 
@@ -107,14 +107,6 @@ FINAL RELEASE SHOWSTOPPERS:
                 but is hesitant to do the same for the httpd binary.
         Message-ID: <20020207142751.T31582@clove.org>
 
-    * [Aaron] All signals have been removed from the worker MPM, which
-      makes the code significantly cleaner, but there are a couple of
-      lingering problems:
-        * mod_cgid doesn't die at shutdown
-        * httpd -X and -DONE_PROCESS is broken
-        Justin says: JRE_1 does not have the signal-less worker MPM.
-        Status: Aaron volunteers. (This is a -1 for beta from him)
-
 CURRENT VOTES:
 
     * Should we always build binaries statically unless otherwise