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
My question is not HOW to catch these signals I have multiple places where I do this it's WHERE to catch these signals when they come from a session that has detached itself. Every component that I have gotten from CPAN detaches itself this way and since my sessions are not the parent I don't see