You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/08/28 01:24:47 UTC

svn commit: r241820 - /httpd/httpd/trunk/CHANGES

Author: colm
Date: Sat Aug 27 16:24:43 2005
New Revision: 241820

URL: http://svn.apache.org/viewcvs?rev=241820&view=rev
Log:

Update CHANGES to reflect that worker now supports graceful-stop, that Bill
wrote some of the graceful-stop code I stole from Ken, and to get rid of
exraneous `'`'s.


Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=241820&r1=241819&r2=241820&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sat Aug 27 16:24:43 2005
@@ -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