diff options
author | root <root> | 2009-07-20 04:18:20 +0000 |
---|---|---|
committer | root <root> | 2009-07-20 04:18:20 +0000 |
commit | 76774ed7308cd29521bf97bfc5236be5cfc7b9a9 (patch) | |
tree | b220f6c2238b7f9de0a5b7cbef71bf29160343ca | |
parent | f56ba1bf794a62da686dbbc16cf5012ea32b24bf (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -100,13 +100,14 @@ watcher. Libev supports C<select>, C<poll>, the Linux-specific C<epoll>, the BSD-specific C<kqueue> and the Solaris-specific event port mechanisms for file descriptor events (C<ev_io>), the Linux C<inotify> interface -(for C<ev_stat>), relative timers (C<ev_timer>), absolute timers -with customised rescheduling (C<ev_periodic>), synchronous signals -(C<ev_signal>), process status change events (C<ev_child>), and event -watchers dealing with the event loop mechanism itself (C<ev_idle>, -C<ev_embed>, C<ev_prepare> and C<ev_check> watchers) as well as -file watchers (C<ev_stat>) and even limited support for fork events -(C<ev_fork>). +(for C<ev_stat>), Linux eventfd/signalfd (for faster and cleaner +inter-thread wakeup (C<ev_async>)/signal handling (C<ev_signal>)) relative +timers (C<ev_timer>), absolute timers with customised rescheduling +(C<ev_periodic>), synchronous signals (C<ev_signal>), process status +change events (C<ev_child>), and event watchers dealing with the event +loop mechanism itself (C<ev_idle>, C<ev_embed>, C<ev_prepare> and +C<ev_check> watchers) as well as file watchers (C<ev_stat>) and even +limited support for fork events (C<ev_fork>). It also is quite fast (see this L<benchmark|http://libev.schmorp.de/bench.html> comparing it to libevent |