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