Re: unfortunate behavior after upgrading POE

"G. S. Marzot" <[email protected]> Sat, 04 Sep 2010 10:28:37 -0400
Newsgroups gmane.comp.lang.perl.poe
Message-ID <[email protected]>
>
> Here you go:
>
> http://search.cpan.org/~rcaputo/POE-1.292/lib/POE/Kernel.pm#has_forked
>

Thank you.

I am using Net::Server::Daemonize and call daemonize() just before 
$poe_kernel->run().

I am assuming if daemonization is done first then you don't need to call 
has_forked()?

-G