in reply to Which module to create a tcp daemon?

We use Proc::Daemon. You have to combine that with a network piece, we use IO::Socket.

Phil

  • Comment on Re: Which module to create a tcp daemon?