On Mon, Oct 01, 2001 at 03:29:18PM -0400, [EMAIL PROTECTED] wrote: > > I'm wondering what effect this will have on things like IKC. > Specifically, IKC shutdown events. I'll try to summaries : > > I would like people to be able to simply do : > > $kernel->post(IKC=>'post', $something); > $kernel->post(IKC=>'shutdown');
[...] > Reviewing this, I think your proposed change won't effect IKC. However, > you see the potential problem. Also, other folks might run into this > gotcha while developing their own code. Gracefully shutting down wheels is a common task, and it bites just about everyone at least once. I've documented it briefly on the Wiki, at <http://poe.perl.org/?POE_Cookbook/Graceful_Wheel_Shutdown>. -- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net
