From 4f3fa7812a7da65cd284bbfe0357e546df1a5dff Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 24 Dec 2001 13:24:30 +0000 Subject: [PATCH] mention an ugly problem with scoreboard creation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92593 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 22df7df17b..585d122aeb 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/12/21 13:50:41 $] +Last modified at [$Date: 2001/12/24 13:24:30 $] Release: @@ -92,6 +92,11 @@ RELEASE SHOWSTOPPERS: platforms, and should only be used in MPMs like worker with limited OS exposure. + * ap_create_scoreboard() can exit the process, leaving stuff like + mod_cgid's daemon process stranded. Either ap_create_scoreboard() + needs to be called at a different time or the pre-mpm hook needs + to be able to return an error code. + RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Handling of %2f in URIs. Currently both 1.3 and 2.0 -- 2.50.1