Thanks, I didn't know about Net::Server::Daemonize. I've got it working now,
Thanks Jay "Rocco Caputo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, Aug 23, 2003 at 01:05:15PM -0500, Jake wrote: > > Hi, > > > > I want to create a POE server that doesn't block my terminal when I start > > it. I did it with a fork but I haven't seen anyone do it this way so I > > figure I'm missing something in POE to do it. > > > > How am I supposed to build a server that when I start it, I get my prompt > > back? > > [...] > > It's rather easy to daemonize a program, and it's covered in an existing > CPAN module (Net::Server::Daemonize), so it hasn't been included in POE > itself. > > -- > Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/
