]> granicus.if.org Git - apache/commitdiff
Add a note about terminating the server.
authorRyan Bloom <rbb@apache.org>
Fri, 7 Dec 2001 15:41:00 +0000 (15:41 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 7 Dec 2001 15:41:00 +0000 (15:41 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

STATUS

diff --git a/STATUS b/STATUS
index ee11f380b5ba6b79fbf0b0b5af993d69330a3fb5..a31ddbf1cde4bcd77dcfe67ea5fc9a80c22f1533 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/12/07 15:33:58 $]
+Last modified at [$Date: 2001/12/07 15:41:00 $]
 
 Release:
 
@@ -99,6 +99,14 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
       Reasons include sole-function servers that need to die if
       an external dependency (e.g., a database) fails, et cetera.
       Perhaps something in the (ever more abused) scoreboard?
+       rbb:  I don't believe the scoreboard is the correct mechanism
+       for this.  We already have a pipe that goes between parent
+       and child for graceful shutdown events, along with an API that
+       can be used to send a message down that pipe.  In threaded MPMs,
+       it is easy enough to make that one pipe be used for graceful
+       and graceless events, and it is also easy to open that pipe
+       to both parent and child for writing.  Then we just need to figure
+       out how to do graceless on non-threaded MPMs.
 
     * revamp the input filter behavior, per discussions since
       February (and especially at the hackathon last