Re: Easy way to daemonize a POE script?
[email protected] (Olivier Mengué) Thu, 11 Mar 2010 01:13:04 +0100
| Newsgroups | perl.poe |
|---|---|
| Message-ID | <[email protected]> |
2010/3/10 Winfried Neessen <[email protected]> > > 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.