RE: Catching DIE signal from detached sessions

2007-07-18 Thread Kenneth Flegal
avid Davis [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 h

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 on

RE: PoCo::SNMP keeping requesting sessions alive for too long due to postback

2006-09-12 Thread Kenneth Flegal
TED] Sent: Tuesday, September 12, 2006 11:43 AM To: Kenneth Flegal; POE Subject: Re: PoCo::SNMP keeping requesting sessions alive for too long due to postback Kenneth Flegal wrote: > > From what I have seen, when I call finish on a session for PoCo::SNMP > I am unable to start a session

RE: Interesting problem detaching an aliased session.

2006-09-11 Thread Kenneth Flegal
Sorry, when I say detach I mean by calling $kernel->detach_child('alias name here') from the parent session... -Original Message- From: Mathieu Longtin [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 1:51 PM To: Kenneth Flegal; poe@perl.org Subject: Re: Intere

Interesting problem detaching an aliased session.

2006-09-11 Thread Kenneth Flegal
I have a session that is aliased and that I need to detach so that it will live on without keeping the session that spawned it alive. I am in a large loop that will post an event roughly every 10 seconds to the aliased session. I find it odd that in the first session when I create the aliased sessi

PoCo::SNMP keeping requesting sessions alive for too long due to postback

2006-09-11 Thread Kenneth Flegal
From what I have seen, when I call finish on a session for PoCo::SNMP I am unable to start a session for that same host again for the life of the program. The first request would work every time without fail but any subsequent requests made after creating a new PoCo::SNMP session for this h