]> granicus.if.org Git - apache/commit
Added support for Posix semaphore-based mutex locking (AcceptMutex posixsem).
authorJim Jagielski <jim@apache.org>
Thu, 4 Apr 2002 18:36:03 +0000 (18:36 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 4 Apr 2002 18:36:03 +0000 (18:36 +0000)
commit1ad655cf9e3871d272dc7e8e11cefab0c61b539d
tree8681397e7ed61c2ba5dd162e6af531830556cb21
parent20510fc1823492a4d637892bef5cbbff4538c705
Added support for Posix semaphore-based mutex locking (AcceptMutex posixsem).
It's between pthread and sysvsem in the DEFAULT priority ranking. This
makes it the new default for Darwin, and adds support for it for other
platforms as well (like Solaris).
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94434 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/main.c
server/mpm_common.c