]> granicus.if.org Git - apache/commit
Create a new lock free circular queue, and use it in the EventMPM to remove the timeo...
authorPaul Querna <pquerna@apache.org>
Tue, 15 Nov 2011 15:51:03 +0000 (15:51 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 15 Nov 2011 15:51:03 +0000 (15:51 +0000)
commitbde16999845d8b7ad7d191cb8981f9e3d5091a66
treed2eea0d01e6be720f901a0541295bc64f81f0bab
parent985c6fe29406247728d889129f126ba157ed3b12
Create a new lock free circular queue, and use it in the EventMPM to remove the timeout mutex that was wrapping both timeout queue operations and pollset operations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202257 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/event/config3.m4
server/mpm/event/equeue.c [new file with mode: 0644]
server/mpm/event/equeue.h [new file with mode: 0644]
server/mpm/event/event.c