in reply to Re^4: Creating a Server daemon in Socket Prograaming
in thread [SOLVED]Creating a Server daemon in Socket Programming
If it is linux, I would look into inetd/xinetd. If it's Solaris, I'd recommend using an SMF service. There are probably plenty of daemon modules around, but I've never used any of them. As always in Perl, there is more than one way to do it.