• Max Kellermann's avatar
    event/Loop: try to avoid the WakeFD when adding DeferredMonitor · e599b864
    Max Kellermann authored
    Add a flag that indicates whether the EventLoop is currently "busy".
    As long as that flag is set, it does not need to be woken up - we can
    simply add the DeferredMonitor to the list, and it will be caught by
    EventLoop very soon.  This eliminates nearly all of the
    DeferredMonitor overhead when compared to IdleMonitor, rendering
    IdleMonitor mostly obsolete.
    e599b864
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...