]> granicus.if.org Git - apache/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)
commitbf0cbf24912861038b6420003b101964c58dccbc
treeca1adcf5fb48569742b5afa04e75c25c523f1c39
parent04b0c156afc62cc0b91bf510a7c0f51d7a80ba85
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