Commit bf32ccfe authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

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.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@241820 13f79535-47bb-0310-9956-ffa450edef68
parent f48624a7
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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