in reply to Re: How to asynchronisly get notified of a child exit
in thread How to asynchronisly get notified of a child exit
Can POE pre-empt a session ? I thought something like yield()
has to be called from the code block for the POE kernel
to look at events. If a code blocks for quite sometime, then
POE kernel wouldn't be aware about other session events - am I right ? Or am I talking non-sense ? :-)
Also, wouldn't I need to change my entire existing codebase to make it POE enabled ? I have a new module that spawns and controls processes, where I can use POE. I do not know how much of work it'd involve to use POE for the rest of the code.
thanks !
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to asynchronisly get notified of a child exit
by Fletch (Bishop) on Jul 07, 2005 at 18:49 UTC | |
by Mostly Harmless (Initiate) on Jul 08, 2005 at 05:44 UTC |