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

Comparing libev/ev.pod (file contents):
Revision 1.243 by root, Sat Jun 20 20:22:35 2009 UTC vs.
Revision 1.244 by root, Mon Jun 29 04:41:34 2009 UTC

2002some child status changes (most typically when a child of yours dies or 2002some child status changes (most typically when a child of yours dies or
2003exits). It is permissible to install a child watcher I<after> the child 2003exits). It is permissible to install a child watcher I<after> the child
2004has been forked (which implies it might have already exited), as long 2004has been forked (which implies it might have already exited), as long
2005as the event loop isn't entered (or is continued from a watcher), i.e., 2005as the event loop isn't entered (or is continued from a watcher), i.e.,
2006forking and then immediately registering a watcher for the child is fine, 2006forking and then immediately registering a watcher for the child is fine,
2007but forking and registering a watcher a few event loop iterations later is 2007but forking and registering a watcher a few event loop iterations later or
2008not. 2008in the next callback invocation is not.
2009 2009
2010Only the default event loop is capable of handling signals, and therefore 2010Only the default event loop is capable of handling signals, and therefore
2011you can only register child watchers in the default event loop. 2011you can only register child watchers in the default event loop.
2012 2012
2013=head3 Process Interaction 2013=head3 Process Interaction

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines