ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.247 by root, Wed Jul 8 02:46:05 2009 UTC vs.
Revision 1.248 by root, Wed Jul 8 04:14:34 2009 UTC

1492 1492
1493The callback is guaranteed to be invoked only I<after> its timeout has 1493The callback is guaranteed to be invoked only I<after> its timeout has
1494passed (not I<at>, so on systems with very low-resolution clocks this 1494passed (not I<at>, so on systems with very low-resolution clocks this
1495might introduce a small delay). If multiple timers become ready during the 1495might introduce a small delay). If multiple timers become ready during the
1496same loop iteration then the ones with earlier time-out values are invoked 1496same loop iteration then the ones with earlier time-out values are invoked
1497before ones with later time-out values (but this is no longer true when a 1497before ones of the same priority with later time-out values (but this is
1498callback calls C<ev_loop> recursively). 1498no longer true when a callback calls C<ev_loop> recursively).
1499 1499
1500=head3 Be smart about timeouts 1500=head3 Be smart about timeouts
1501 1501
1502Many real-world problems involve some kind of timeout, usually for error 1502Many real-world problems involve some kind of timeout, usually for error
1503recovery. A typical example is an HTTP request - if the other side hangs, 1503recovery. A typical example is an HTTP request - if the other side hangs,
2031but forking and registering a watcher a few event loop iterations later or 2031but forking and registering a watcher a few event loop iterations later or
2032in the next callback invocation is not. 2032in the next callback invocation is not.
2033 2033
2034Only the default event loop is capable of handling signals, and therefore 2034Only the default event loop is capable of handling signals, and therefore
2035you can only register child watchers in the default event loop. 2035you can only register child watchers in the default event loop.
2036
2037Due to some design glitches inside libev, child watchers will always be
2038handled at maximum priority (their priority is set to EV_MAXPRI by libev)
2036 2039
2037=head3 Process Interaction 2040=head3 Process Interaction
2038 2041
2039Libev grabs C<SIGCHLD> as soon as the default event loop is 2042Libev grabs C<SIGCHLD> as soon as the default event loop is
2040initialised. This is necessary to guarantee proper behaviour even if 2043initialised. This is necessary to guarantee proper behaviour even if

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines