]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use the new APR_POLLSET_NOCOPY option when creating the core pollset. async-dev async-dev
authorBrian Pane <brianp@apache.org>
Sun, 23 Oct 2005 06:46:00 +0000 (06:46 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 23 Oct 2005 06:46:00 +0000 (06:46 +0000)
commite0b3cdeeace7fda9ddb392e4c25d213f9453d75d
treea502f07a29f2501d4bfb8ca488bcb69c678e6f59
parent40e5bd5e0812425197afcbdb6238d9915cab3db6
Use the new APR_POLLSET_NOCOPY option when creating the core pollset.
This eliminates the descriptor copying and mutex operations, and
O(n)-time apr_pollset_remove() loop when used with an apr_pollset
implementation that support the no-copy optimization.

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