toddr / Net-Daemon

Read-only release history for Net-Daemon
http://metacpan.org/release/Net-Daemon
0 stars 0 forks source link

Apache-like prefork mode [rt.cpan.org #112114] #7

Closed toddr closed 3 years ago

toddr commented 3 years ago

Migrated from rt.cpan.org#112114 (status was 'new')

Requestors:

From kas@fi.muni.cz on 2016-02-18 10:16:17 :

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!
toddr commented 3 years ago

Not at this time without a pull request.