]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
worker reliability fix; add note on another proposal
authorJeff Trawick <trawick@apache.org>
Fri, 11 Feb 2005 23:28:04 +0000 (23:28 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 11 Feb 2005 23:28:04 +0000 (23:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@153472 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f2c780ac8b1e6e8f00a70785a7c356f70e098ad7..01e6acbb85bde83b4880a9ee72400536d9c1cc26 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -172,10 +172,11 @@ PATCHES TO BACKPORT FROM TRUNK:
        <http://www.apache.org/~clar/detach-addrspace_HTTP_2_0.patch>
        <http://www.apache.org/~clar/detach-addrspace_APR_0_9.patch>
        +1: jjclar, bnicholes, trawick
-       trawick notes: some folks want feature checks for uses of new APR
-                      functions in httpd 2.0; I dunno how to check for
-                      availability of apr_procattr_addrspace_set()
        jerenkrantz: I'm confused as to the status of this backport.
+       trawick: Somebody commits the APR 0.9 patch, then:
+         do we have to wait for later APR 0.x release before putting
+         calls to apr_procattr_addrspace_set() into httpd-2.0.x, or
+         do we go ahead and introduce the prerequisite?
 
     *) mod_actions: Regression from 1.3: the file referred to must exist.
        Solve this by introducing the "virtual" modifier to the Action
@@ -246,6 +247,15 @@ PATCHES TO BACKPORT FROM TRUNK:
                    it as-is.  For the one or two platforms that don't like 
                    which, they can write their own version of the script.
 
+    * worker MPM: Fix a problem which could cause httpd processes to
+      remain active after shutdown.  (Reliability issue.)
+      Unix MPMs: Shut down the server more quickly when child processes are
+      slow to exit.  (Nice-to-have, but code intersects with the
+      reliability issue)
+      http://svn.apache.org/viewcvs.cgi?rev=109510&view=rev
+      http://svn.apache.org/viewcvs.cgi?rev=105195&view=rev
+      +1: trawick
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.