spx2 has asked for the wisdom of the Perl Monks concerning the following question:
suppose one has 2 sessions: session1 session2. Now suppose the only purpose for session2 to remain alive after running its own _start is so that it waits for certain signals from session1. Making a infinite loop is not an option(or is it ?) because it blocks,and never lets session1 signal session2. So what can one do so that it waits for signals ? Thank you
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: POE session remains alive
by merlyn (Sage) on Aug 20, 2007 at 17:11 UTC | |
by spx2 (Deacon) on Aug 21, 2007 at 12:50 UTC | |
by spx2 (Deacon) on Aug 21, 2007 at 07:38 UTC | |
|
Re: POE session remains alive
by Ultra (Hermit) on Sep 26, 2007 at 13:58 UTC |