Apache 2.4 MPM Worker The relationship between ThreadLimit and ThreadsPerChild is not very clear. These are some questions I have.
#3 Example: Normally ServerLimit = MaxRequestWorkers divided by ThreadsPersChild If ThreadLimit is larger than ThreadsPerChild then should you do this: ServerLimit = MaxRequestWorkers divided by ThreadLimit Thanks, Lance |