Easy way to daemonize a POE script?

2010-03-10 Thread Winfried Neessen
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

Re: Easy way to daemonize a POE script?

2010-03-10 Thread Shawn Carroll
I've successfully used Net::Server::Daemonize to accomplish what you're after. shawn.c.carr...@gmail.com Perl Programmer Soccer Referee On Wed, Mar 10, 2010 at 10:18, Winfried Neessen nees...@cleverbridge.com wrote: Hi, I've written a server application using POE which is working pretty

Re: Easy way to daemonize a POE script?

2010-03-10 Thread p...@0ne.us
Winfried Neessen 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

Re: Easy way to daemonize a POE script?

2010-03-10 Thread Joel Bernstein
On 10 March 2010 18:02, Bruce Ferrell bferr...@baywinds.org wrote: On 03/10/2010 08:24 AM, p...@0ne.us wrote: Winfried Neessen wrote: 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

Re: Easy way to daemonize a POE script?

2010-03-10 Thread Bruce Ferrell
On 03/10/2010 10:17 AM, Joel Bernstein wrote: On 10 March 2010 18:02, Bruce Ferrell bferr...@baywinds.org wrote: On 03/10/2010 08:24 AM, p...@0ne.us wrote: Winfried Neessen wrote: Now I'd like to run it independently, so my question is, is there an easy way for me to run a

Re: Easy way to daemonize a POE script?

2010-03-10 Thread Olivier Mengué
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