Worker threads per child process
The ThreadsPerChild directive sets how many worker threads Apache
creates in each child process when using a threaded MPM.
The total request capacity for threaded MPMs is controlled by this value
together with ServerLimit and MaxRequestWorkers.