On 05/05/15 12:24, Viktor Dukhovni wrote:
On Tue, May 05, 2015 at 12:12:10PM +0530, dE wrote:"The maximum number of processes that may execute this service simultaneously."The maximum number of daemon processes master(8) will fork/exec to process incoming requests for the service.
But a single spawned daemon is supposed to listen to the unix/inet socket or fifo; if multiple daemons listen on the single port, how is the concurrency problem handled?