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

Comparing libev/ev.pod (file contents):
Revision 1.258 by root, Wed Jul 15 16:58:53 2009 UTC vs.
Revision 1.259 by root, Sun Jul 19 01:36:34 2009 UTC

2076Signal watchers will trigger an event when the process receives a specific 2076Signal watchers will trigger an event when the process receives a specific
2077signal one or more times. Even though signals are very asynchronous, libev 2077signal one or more times. Even though signals are very asynchronous, libev
2078will try it's best to deliver signals synchronously, i.e. as part of the 2078will try it's best to deliver signals synchronously, i.e. as part of the
2079normal event processing, like any other event. 2079normal event processing, like any other event.
2080 2080
2081Note that only the default loop supports registering signal watchers
2082currently.
2083
2081If you want signals asynchronously, just use C<sigaction> as you would 2084If you want signals asynchronously, just use C<sigaction> as you would
2082do without libev and forget about sharing the signal. You can even use 2085do without libev and forget about sharing the signal. You can even use
2083C<ev_async> from a signal handler to synchronously wake up an event loop. 2086C<ev_async> from a signal handler to synchronously wake up an event loop.
2084 2087
2085You can configure as many watchers as you like per signal. Only when the 2088You can configure as many watchers as you like per signal. Only when the
2086first watcher gets started will libev actually register a signal handler 2089first watcher gets started will libev actually register something with
2087with the kernel (thus it coexists with your own signal handlers as long as 2090the kernel (thus it coexists with your own signal handlers as long as you
2088you don't register any with libev for the same signal). Similarly, when 2091don't register any with libev for the same signal).
2089the last signal watcher for a signal is stopped, libev will reset the 2092
2090signal handler to SIG_DFL (regardless of what it was set to before). 2093Both the signal mask state (C<sigprocmask>) and the signal handler state
2094(C<sigaction>) are unspecified after starting a signal watcher (and after
2095sotpping it again), that is, libev might or might not block the signal,
2096and might or might not set or restore the installed signal handler.
2091 2097
2092If possible and supported, libev will install its handlers with 2098If possible and supported, libev will install its handlers with
2093C<SA_RESTART> behaviour enabled, so system calls should not be unduly 2099C<SA_RESTART> (or equivalent) behaviour enabled, so system calls should
2094interrupted. If you have a problem with system calls getting interrupted by 2100not be unduly interrupted. If you have a problem with system calls getting
2095signals you can block all signals in an C<ev_check> watcher and unblock 2101interrupted by signals you can block all signals in an C<ev_check> watcher
2096them in an C<ev_prepare> watcher. 2102and unblock them in an C<ev_prepare> watcher.
2097 2103
2098=head3 Watcher-Specific Functions and Data Members 2104=head3 Watcher-Specific Functions and Data Members
2099 2105
2100=over 4 2106=over 4
2101 2107
2146libev) 2152libev)
2147 2153
2148=head3 Process Interaction 2154=head3 Process Interaction
2149 2155
2150Libev grabs C<SIGCHLD> as soon as the default event loop is 2156Libev grabs C<SIGCHLD> as soon as the default event loop is
2151initialised. This is necessary to guarantee proper behaviour even if 2157initialised. This is necessary to guarantee proper behaviour even if the
2152the first child watcher is started after the child exits. The occurrence 2158first child watcher is started after the child exits. The occurrence
2153of C<SIGCHLD> is recorded asynchronously, but child reaping is done 2159of C<SIGCHLD> is recorded asynchronously, but child reaping is done
2154synchronously as part of the event loop processing. Libev always reaps all 2160synchronously as part of the event loop processing. Libev always reaps all
2155children, even ones not watched. 2161children, even ones not watched.
2156 2162
2157=head3 Overriding the Built-In Processing 2163=head3 Overriding the Built-In Processing
2167=head3 Stopping the Child Watcher 2173=head3 Stopping the Child Watcher
2168 2174
2169Currently, the child watcher never gets stopped, even when the 2175Currently, the child watcher never gets stopped, even when the
2170child terminates, so normally one needs to stop the watcher in the 2176child terminates, so normally one needs to stop the watcher in the
2171callback. Future versions of libev might stop the watcher automatically 2177callback. Future versions of libev might stop the watcher automatically
2172when a child exit is detected. 2178when a child exit is detected (calling C<ev_child_stop> twice is not a
2179problem).
2173 2180
2174=head3 Watcher-Specific Functions and Data Members 2181=head3 Watcher-Specific Functions and Data Members
2175 2182
2176=over 4 2183=over 4
2177 2184

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines