]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Implement Event-Based accept for 'AcceptMutex none' in the WinNT MPM.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 4 Mar 2009 19:01:28 +0000 (19:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 4 Mar 2009 19:01:28 +0000 (19:01 +0000)
commite0d75fd0afeeff7d0c02225dbb7273479f22d714
treee1421a1a4bf73311bdaed843bb1e350c8f7dfc49
parentd551b7fc2abfbfc93b7724f7ab83fa1f89991340
Implement Event-Based accept for 'AcceptMutex none' in the WinNT MPM.

This facilitates the next two refactorings; multiple listeners per
listener thread (all accept paths using win32 events) and then multiple
threads leveraging parallel CPU's.

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