in reply to Pre-Forking Daemon with Parallel::ForkManager
Net::Server ships with Net::Server::PreFork and Net::Server::PreForkSimple. It doesn't use Parallel::ForkManager, but you may find it to be a nice way of doing things anyway.
Dave