]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The worker MPM is now completely ported to APR's new lock API. It
authorAaron Bannert <aaron@apache.org>
Fri, 19 Oct 2001 23:36:55 +0000 (23:36 +0000)
committerAaron Bannert <aaron@apache.org>
Fri, 19 Oct 2001 23:36:55 +0000 (23:36 +0000)
commit1eb113209efd5364dd82290e6f25845d66310e24
tree931ca596c1c363438c522de998b8e849f8eacc41
parent648ae56dbaf94dec3edd968c88108483d1963204
The worker MPM is now completely ported to APR's new lock API. It
uses native APR types for thread mutexes, cross-process mutexes,
and condition variables. Who's next?

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