ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Watchdog/Watchdog/Util.pm
(Generate patch)

Comparing AnyEvent-Watchdog/Watchdog/Util.pm (file contents):
Revision 1.5 by root, Wed Sep 2 14:02:32 2009 UTC vs.
Revision 1.6 by root, Wed Sep 9 13:55:18 2009 UTC

208wishes to exit within C<60> seconds, after which it will be forcefully 208wishes to exit within C<60> seconds, after which it will be forcefully
209killed. 209killed.
210 210
211All of this should ensure that C<on_exit> hooks are only executed when the 211All of this should ensure that C<on_exit> hooks are only executed when the
212program is in a sane state and data structures are still intact. This only 212program is in a sane state and data structures are still intact. This only
213works when the program does not install it's own TERM (etc.) watchers, of 213works when the program does not install its own TERM (etc.) watchers, of
214course, as there is no control over them. 214course, as there is no control over them.
215 215
216There is currently no way to unregister C<on_exit> hooks. 216There is currently no way to unregister C<on_exit> hooks.
217 217
218=cut 218=cut

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines