From cd856b3d0a0aa3ca7a34ca391cd167a43582e94e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 5 Mar 2002 21:23:29 +0000 Subject: [PATCH] axe the entry on graceful restart problems with worker I was too stupid to read the code to determine that the accept mutex failure log messages were harmless and not indicative of a real problem. I'll try to understand the conditions where I'm seeing connections dropped. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93721 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/STATUS b/STATUS index 6bd7f5c08c..cc419673ed 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/03/04 18:12:05 $] +Last modified at [$Date: 2002/03/05 21:23:29 $] Release: @@ -75,17 +75,6 @@ FINAL RELEASE SHOWSTOPPERS: * Free lists for bucket allocation * Pool allocator change - * Graceful restart is broken in the worker MPM. - Message-ID: - Justin asks: "Is this fixed? I can't reproduce now." - Jeff: Here is a problem that remains now that the segfault - is fixed: - * accept mutex gets cleaned up before children are gone; with - some types (sysvsem), this causes immediate failure in a - thread blocked in the accept mutex; that thread will exit(), - presumably taking with it any active connections owned by other - threads in the process - * Address popular PRs * Win32 doesn't install as service correctly [9863, 9914, 9961] * Don't be stupid and cd to a blank directory when doing installs -- 2.40.0