Skip Menu |

This queue is for tickets about the Net-Daemon CPAN distribution.

Report information
The Basics
Id: 112114
Status: resolved
Priority: 0/
Queue: Net-Daemon

People
Owner: Nobody in particular
Requestors: kas [...] fi.muni.cz
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Apache-like prefork mode
I would like to use Net::Daemon (its derived class RPC::PlServer) as an Apache-like preforked server, with master process restarting the children when they exit, e.g. after reaching the designed limit of requests they are allowed to serve. The Net::Daemon with mode=>'fork' just starts the appropriate number of children, but does not restart them when they die. Is it possible to do this in Net::Daemon? Thanks!
Ticket migrated to github as https://github.com/toddr/Net-Daemon/issues/7