]> granicus.if.org Git - apache/commit
Merge from trunk:
authorEric Covener <covener@apache.org>
Mon, 5 Jun 2017 12:09:49 +0000 (12:09 +0000)
committerEric Covener <covener@apache.org>
Mon, 5 Jun 2017 12:09:49 +0000 (12:09 +0000)
commitaff7c1e89a62de5adf22b863d30cd5b0870284f4
treeed6e7f71274118c3e2f9c139cb3fbe39c1dac15b
parent506ab6ce8d804a33a4db2fa7c4c1358e4d172918
Merge from trunk:

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.

  *) worker, prefork: save some cycles by not copying the listener's pollfds
                      for each pollset operation
     trunk patch: http://svn.apache.org/r1662437
     2.4.x patch: svn merge -c 1662437 ^/httpd/httpd/trunk .
     +1: jailletc36, ylavic, jim

Submitted By: jailletc36
Reviewed By: jailletc36, ylavic, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1797651 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c