diff options
author | Jeff Trawick <trawick@apache.org> | 2002-04-12 21:58:52 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-04-12 21:58:52 +0200 |
commit | 162a4d313de4d54754227bc18f8ba9c817a2a9df (patch) | |
tree | d03154eae6624b3c76730f8a79697953c891f8f8 /CHANGES | |
parent | * make sure the -alpha name is not _inside_ the gzip (I have to try this and (diff) | |
download | apache2-162a4d313de4d54754227bc18f8ba9c817a2a9df.tar.xz apache2-162a4d313de4d54754227bc18f8ba9c817a2a9df.zip |
worker MPM: Fix a situation where a child exited without releasing
the accept mutex. Depending on the OS and mutex mechanism this
could result in a hang.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ Changes with Apache 2.0.36 + *) worker MPM: Fix a situation where a child exited without releasing + the accept mutex. Depending on the OS and mutex mechanism this + could result in a hang. [Jeff Trawick] + *) Update the instructions for how to get started with mod_example. [Stas Bekman] |