POE::Component::ProcTerminator

Safely and easily kill runaway processes
Download

POE::Component::ProcTerminator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Nunberg
  • Publisher web site:
  • http://search.cpan.org/~mnunberg/

POE::Component::ProcTerminator Tags


POE::Component::ProcTerminator Description

POE::Component::ProcTerminator is a POE component wrapping the functionality of Proc::Terminator, but using POE's timers and event loop instead of the built-in (and obviously blocking) sleep-based loop.SYNOPSISSet up the component.. POE::Component::ProcTerminator->spawn(Alias => "proc_terminator");Later, in your code.. $_->call(proc_terminator => terminate => $a_pid, { siglist => });Product's homepage


POE::Component::ProcTerminator Related Software