]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Minor refactoring: move the creation of the pollset and associated
authorBrian Pane <brianp@apache.org>
Sun, 13 Nov 2005 02:27:44 +0000 (02:27 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 13 Nov 2005 02:27:44 +0000 (02:27 +0000)
commit596e8e2d9d24bae29e3af30f0e3fc2e1bb4f54cd
tree7f4c2b2683231aa6e02754c7492c4c590bbdd631
parent6ff0f1a79bb74948ed14b784e29780d6a2bc2aa4
Minor refactoring: move the creation of the pollset and associated
data structures outside of the listener thread function.  The point
of this is to facilitate future experiments with different concurrency
models like Leader/Followers as potential alternatives to the current
Reactor design.

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