From bc3419676fee1af139a9a7756c38aac41eef766f Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 24 Jul 2006 01:44:35 +0000 Subject: [PATCH] reflect backports of two MPM fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424877 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 6fb25810027..fd4e833bd5b 100644 --- a/CHANGES +++ b/CHANGES @@ -70,10 +70,6 @@ Changes with Apache 2.3.0 *) mod_disk_cache: Delete temporary files if they cannot be renamed to their final name. [Davi Arnaut ] - *) Worker MPM: On graceless shutdown or restart, send signals to - each worker thread to wake them up if they're polling on a - Keep-Alive connection. PR 38737. [Chris Darroch] - *) Worker and event MPMs: Remove improper scoreboard updates which were performed in the event of a fork() failure. [Chris Darroch] @@ -100,10 +96,6 @@ Changes with Apache 2.3.0 completely backwards compatible and passes the perl-framework. Minor mmn bump because I add a field to server_rec. [Sander Temme] - *) worker and event MPMs: fix excessive forking if fork() or child_init - take a long time. PR 39275. - [Greg Ames, Jeff Trawick, Chris Darroch ] - *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy. [Garrett Rooney, Jim Jagielski, Paul Querna] @@ -181,6 +173,14 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.3 + *) Worker MPM: On graceless shutdown or restart, send signals to + each worker thread to wake them up if they're polling on a + Keep-Alive connection. PR 38737. [Chris Darroch] + + *) worker and event MPMs: fix excessive forking if fork() or child_init + take a long time. PR 39275. + [Greg Ames, Jeff Trawick, Chris Darroch ] + *) Respect GracefulShutdownTimeout in the worker and event MPMs. [Chris Darroch, Garrett Rooney] -- 2.47.2