]> granicus.if.org Git - apache/commit
event: avoid unnecessary listener/polling wake ups (context switches) by using
authorYann Ylavic <ylavic@apache.org>
Wed, 28 Sep 2016 22:02:48 +0000 (22:02 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 28 Sep 2016 22:02:48 +0000 (22:02 +0000)
commita25b3473bac59f04bca35d692c0408638f13c9bf
treea1cc96e8ed3083584ba791676c937846001e67c3
parentce6d2e012a7d041cdad8c6d28525d8057e135b02
event: avoid unnecessary listener/polling wake ups (context switches) by using
apr_pollset_wakeup(), when implemented, to signal the listener according to the
next timers or timeout queues expiry (updated at insert and maintenance time).

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