]> granicus.if.org Git - apache/commit
The prefork MPM now uses an APR lock for the accept() mutex.
authorJeff Trawick <trawick@apache.org>
Fri, 9 Jun 2000 14:48:58 +0000 (14:48 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 9 Jun 2000 14:48:58 +0000 (14:48 +0000)
commitf6e8fe67818de08a861c037dd9a3806f06402e30
treeb2f739347ff3f40d9f758de102553411916ea627
parent20c08c06dabbfd42e48242c23ea013489ae1dad1
The prefork MPM now uses an APR lock for the accept() mutex.
It has not been getting a lock at all recently.

Note: The TPF and SGI folks need to each APR how to get the most
efficient lock on those platforms.  (For SGI it depends on whether
or not we're building for SMP.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85479 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/prefork/prefork.c