]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Pull the event optimization MPM back into trunk. This
authorJim Jagielski <jim@apache.org>
Fri, 9 Nov 2012 16:41:12 +0000 (16:41 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 9 Nov 2012 16:41:12 +0000 (16:41 +0000)
commit7c3e75bdd06b7b16e2167a4cd6b17c3502c95c38
treec9d4f0a0a0b91de5652d97053e1157a98e22823f
parent393a2f2c694efd22abe9c3fe1f99798c290ccae3
Pull the event optimization MPM back into trunk. This
provides more eyes and allows work to continue on
it...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407533 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
server/mpm/config2.m4
server/mpm/eventopt/Makefile.in [new file with mode: 0644]
server/mpm/eventopt/config.m4 [new file with mode: 0644]
server/mpm/eventopt/config3.m4 [new file with mode: 0644]
server/mpm/eventopt/equeue.c [new file with mode: 0644]
server/mpm/eventopt/equeue.h [new file with mode: 0644]
server/mpm/eventopt/eventopt.c [new file with mode: 0644]
server/mpm/eventopt/fdqueue.c [new file with mode: 0644]
server/mpm/eventopt/fdqueue.h [new file with mode: 0644]
server/mpm/eventopt/mpm_default.h [new file with mode: 0644]
server/mpm/eventopt/pod.c [new file with mode: 0644]
server/mpm/eventopt/pod.h [new file with mode: 0644]