From: Colm MacCarthaigh Date: Sat, 27 Aug 2005 23:24:43 +0000 (+0000) Subject: Update CHANGES to reflect that worker now supports graceful-stop, that Bill X-Git-Tag: 2.3.0~3054 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52428b719e71a1fbed6741ffd9acd43a769e63da;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index 39f2da7de59..96deba5c75b 100644 --- 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 ] *) Linux 2.0: remove support for threaded MPM's due to linuxthreads use