Re: Catching DIE signal from detached sessions

2007-07-19 Thread Phil Whelan
: poe@perl.org Subject: Re: Catching DIE signal from detached sessions Hi Kenneth, Please see the docs on this subject at: http://search.cpan.org/~rcaputo/POE-0.9989/lib/POE/Kernel.pm#Signal_Watc her_Methods and http://search.cpan.org/~rcaputo/POE-0.9989/lib/POE/Session.pm#Exceptions HTH

Catching DIE signal from detached sessions

2007-07-18 Thread Kenneth Flegal
I am really hoping that I am just missing something simple with this one but at the moment I am a bit stumped. I am currently working with multiple components which are provided with an alias and then detach from the calling session. This seems to be common practice with the components available

Re: Catching DIE signal from detached sessions

2007-07-18 Thread David Davis
Hi Kenneth, Please see the docs on this subject at: http://search.cpan.org/~rcaputo/POE-0.9989/lib/POE/Kernel.pm#Signal_Watcher_Methods and http://search.cpan.org/~rcaputo/POE-0.9989/lib/POE/Session.pm#Exceptions HTH, David On 7/18/07, Kenneth Flegal [EMAIL PROTECTED] wrote: I am really

RE: Catching DIE signal from detached sessions

2007-07-18 Thread Kenneth Flegal
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 2:43 PM To: Kenneth Flegal Cc: poe@perl.org Subject: Re: Catching DIE signal from detached sessions Hi Kenneth, Please see the docs on this subject at: http://search.cpan.org/~rcaputo/POE-0.9989/lib/POE/Kernel.pm#Signal_Watc her_Methods