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

svn commit: r410645 - /httpd/httpd/trunk/STATUS

Author: chrisd
Date: Wed May 31 12:34:37 2006
New Revision: 410645

URL: http://svn.apache.org/viewvc?rev=410645&view=rev
Log:
Add comments re worker shutdown troubles on Linux and use of
ap_os_killpg() in worker.

Modified:
    httpd/httpd/trunk/STATUS

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/STATUS?rev=410645&r1=410644&r2=410645&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Wed May 31 12:34:37 2006
@@ -152,6 +152,8 @@
       join each worker thread seems to hang, and the parent ends up
       killing off the child with SIGKILL.  But at least it shuts down.
 
+        chrisd: Has this been fixed by the changes for PR 38737?
+
     * --enable-mods-shared="foo1 foo2" is busted on Darwin.  Pier
         posted a patch (Message-ID: <B8...@betaversion.org>).
 
@@ -331,6 +333,8 @@
 
     * Fix the worker MPM to use POD to kill child processes instead
       of ap_os_killpg, regardless of how they should die.
+
+        chrisd: Is this done, by any chance?  See r92598 and r93358.
 
     * Scoreboard structures could be changed in the future such that
       proper alignment is not maintained, leading to segfaults on