diff options
author | Jeff Trawick <trawick@apache.org> | 2002-03-05 22:23:29 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-03-05 22:23:29 +0100 |
commit | cd856b3d0a0aa3ca7a34ca391cd167a43582e94e (patch) | |
tree | 6f7dc156b7245deafadba04bcb2f60a2ad4d8750 | |
parent | failures on the accept mutex are common at restart time, so be smart (diff) | |
download | apache2-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-- | STATUS | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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 |