2010/3/10 Winfried Neessen <nees...@cleverbridge.com> > > Now I'd like to run it independently, so my question is, is there an > easy way for me to run a POE > > script daemonized (w/o having to use Unix backgrounding/forking)? >
You'll of course have to use that. But use CPAN packages. I've used Proc::Daemon successfully with a POE application. But I recommend to deamonize before starting the POE loop. Olivier.