in reply to Signal handlers for POE::Component::*

You can "catch" signals, and when a signal is received, you may send an event to whatever session you want.

You can find more details reading POE::Kernel

Update: The point is that instead of having components handling signals themselves, the kernel does that, and you by deciding where to send events (if any).

Dodge This!
  • Comment on Re: Signal handlers for POE::Component::*