Commit 03e91493 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

mpm_{worker,prefork}: save some cycles by not copying the listener's pollfds

for each pollset operation.

We don't need a copy when poll()ing if those are allocated with the correct
lifetime (the listener thread) at the very beginning.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1662437 13f79535-47bb-0310-9956-ffa450edef68
parent 67daf7d7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment