]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use APR_LOCKALL in dexter and mpmt_pthread to serialize poll and accept. This
authorGreg Ames <gregames@apache.org>
Fri, 1 Dec 2000 21:31:47 +0000 (21:31 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 1 Dec 2000 21:31:47 +0000 (21:31 +0000)
commitbcae8cfe3dc5e9153e69b8c382c7a6d8ee62fbb1
treeca1adcf5fb48569742b5afa04e75c25c523f1c39
parente5ac2dce02cc1419b0f96cdcf5809f2ec96a7f2a
Use APR_LOCKALL in dexter and mpmt_pthread to serialize poll and accept.  This
allows APR to optimize when a platform has locks that work for both threads and
processes.

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