Easy way to daemonize a POE script?

[email protected] ("Winfried Neessen") Wed, 10 Mar 2010 17:18:03 +0100
Newsgroups perl.poe
Organization cleverbridge AG
Message-ID <000c01cac06d$42d034f0$c8709ed0$@com>
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