]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES to reflect that worker now supports graceful-stop, that Bill
authorColm MacCarthaigh <colm@apache.org>
Sat, 27 Aug 2005 23:24:43 +0000 (23:24 +0000)
committerColm MacCarthaigh <colm@apache.org>
Sat, 27 Aug 2005 23:24:43 +0000 (23:24 +0000)
wrote some of the graceful-stop code I stole from Ken, and to get rid of
exraneous `'`'s.

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 39f2da7de597620d7f6c36f1ce4e966b300e4464..96deba5c75b35a014622669968ab0b5f04fba8ab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,15 +2,16 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
-  *) prefork: Support a graceful-stop procedure. Server will wait until
-     existing requests are finished or until "GracefulShutdownTimeout" 
-     before exiting. [Colm MacCarthaigh, Ken Coar]
+  *) prefork and worker MPMs: Support a graceful-stop procedure:
+     Server will wait until existing requests are finished or until  
+     "GracefulShutdownTimeout" number of seconds before exiting. 
+     [Colm MacCarthaigh, Ken Coar, Bill Stoddard]
 
   *) mod_cgid: Append .PID to the script socket filename and remove the
      script socket on exit. [Colm MacCarthaigh]
 
-  *) prefork and worker MPM's: Prevent children from holding open listening
-     ports upon graceful restart. PR28167. 
+  *) prefork and worker MPMs: Prevent children from holding open listening
+     ports upon graceful restart or stop. PR28167. 
      [Colm MacCarthaigh, Brian Pinkerton <bp thinkpink.com>]
 
   *) Linux 2.0: remove support for threaded MPM's due to linuxthreads use