From 682145a991c2a7ca46698bb5a34ea164b647f68d Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Thu, 14 Feb 2002 03:15:42 +0000 Subject: [PATCH] Take care of a couple quickies -- mod_cgid shutdown and signals in the worker MPM (one_process case). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93407 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 6 ++++++ STATUS | 10 +--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index ea955c2354..e03a6e3a79 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 2.0.32-dev + *) Fix a bug in mod_cgid that would prevent proper shutdown death + of the cgid process. [Aaron Bannert] + + *) Add signal handling back in to the worker MPM for the one_process + (-X, -DDEBUG, -DONE_PROCESS) case. [Aaron Bannert] + *) Performance: Reuse per-connection transaction pools in the worker MPM, rather than destroying and recreating them. [Brian Pane] diff --git a/STATUS b/STATUS index ec2111cfda..ea1e9752ae 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/02/14 02:42:10 $] +Last modified at [$Date: 2002/02/14 03:15:42 $] Release: @@ -107,14 +107,6 @@ FINAL RELEASE SHOWSTOPPERS: but is hesitant to do the same for the httpd binary. Message-ID: <20020207142751.T31582@clove.org> - * [Aaron] All signals have been removed from the worker MPM, which - makes the code significantly cleaner, but there are a couple of - lingering problems: - * mod_cgid doesn't die at shutdown - * httpd -X and -DONE_PROCESS is broken - Justin says: JRE_1 does not have the signal-less worker MPM. - Status: Aaron volunteers. (This is a -1 for beta from him) - CURRENT VOTES: * Should we always build binaries statically unless otherwise -- 2.40.0