Haskell Curry wrote:
How much diferent connections can a child handle !?

one per MPM-created thread


for prefork, that is 1 per child since there is only one MPM-created thread
for threaded MPMs, the number of threads (and thus concurrent connections) is set by the ThreadsPerChild directive


Reply via email to