Hello.
I have a kind of specific requirements for the daemon I'm trying to author
like foreground running, configurable stuff like number of forks, port to
listen, etc.
I'm wondering if such a module exists that can check this. For example, list
the number of processes to ensure there are forks a
On Mon, Nov 12, 2012 at 12:33:34PM +0400, Peter Vereshagin wrote:
> I have a kind of specific requirements for the daemon I'm trying to author
> like foreground running, configurable stuff like number of forks, port to
> listen, etc.
I would recommend looking at:
Parallel::PreFork
Daemon::Contro