Re: Easy way to daemonize a POE script?
[email protected] (Shawn Carroll) Wed, 10 Mar 2010 10:22:26 -0600
| Newsgroups | perl.poe |
|---|---|
| Message-ID | <[email protected]> |
I've successfully used Net::Server::Daemonize to accomplish what you're after. [email protected] Perl Programmer Soccer Referee On Wed, Mar 10, 2010 at 10:18, Winfried Neessen <[email protected]> wrote: > Hi, > > > > I've written a server application using POE which is working pretty well > now. It's preforking some > > processes and then listens on a TCP port to acceppt client request. > > > > 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)? > > > > Any hint is greatly appreciated. > > > > > > Thanks > > Winni > >