summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-03-05 22:23:29 +0100
committerJeff Trawick <trawick@apache.org>2002-03-05 22:23:29 +0100
commitcd856b3d0a0aa3ca7a34ca391cd167a43582e94e (patch)
tree6f7dc156b7245deafadba04bcb2f60a2ad4d8750
parentfailures on the accept mutex are common at restart time, so be smart (diff)
downloadapache2-cd856b3d0a0aa3ca7a34ca391cd167a43582e94e.tar.xz
apache2-cd856b3d0a0aa3ca7a34ca391cd167a43582e94e.zip
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
-rw-r--r--STATUS13
1 files changed, 1 insertions, 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: <m3g03tnrkv.fsf@rdu163-40-092.nc.rr.com>
- 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