As we know the master.cf has a maxproc which is defined as
"The maximum number of processes that may execute this service simultaneously."
Does that mean each invocation of by a process will increase the number of daemons which is run?
In case of an inet socket does that mean a child process of the original process?