]> granicus.if.org Git - apache/commitdiff
Just a heads up to let people know what I'm working on. I ran into
authorAaron Bannert <aaron@apache.org>
Wed, 13 Feb 2002 06:09:02 +0000 (06:09 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 13 Feb 2002 06:09:02 +0000 (06:09 +0000)
some problems with the new POD code in the worker MPM, and although
I'm almost finished I didn't want people rolling a tarball without
knowing of these problems first.

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

STATUS

diff --git a/STATUS b/STATUS
index cfa8f9f97ea81df3707c76a79d0f1d1a67cc1dfa..edf4d1adc0e3be558afcd38de8fee9b9aa4db9fc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/02/13 04:49:55 $]
+Last modified at [$Date: 2002/02/13 06:09:02 $]
 
 Release:
 
@@ -110,6 +110,12 @@ 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
+        Status: Aaron volunteers. (This is a -1 for beta from him)
 
 CURRENT VOTES:
 
@@ -140,6 +146,14 @@ CURRENT VOTES:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * When we start httpd with the -DNO_DETACH flag on Unix, we
+      should still create a new session (and possibly also still close
+      stdin/stdout/stderr and redirect from /dev/null), so that
+      process management tools like 'daemontools' or AIX's System
+      Resource Controller can manage apache.
+        Message-ID: <20011228014444.GA40283@lizzy.bugworks.com>
+        Status: Aaron volunteers.
+
     * Usage of APR_BRIGADE_NORMALIZE in core_input_filter should be
       removed if possible.
         Message-ID: <Pine.LNX.4.33.0201202232430.318-100000@deepthought.cs.virginia.edu>