[us...@httpd] about ServerLimit and ThreadLimit

2009-12-14 Thread Tseveendorj Ochirlantuu
Hello, On the documentation of Apache2.2 ServerLimit ../mod/mpm_common.html#serverlimitis a hard limit on the number of active child processes, and must be greater than or equal to the MaxClients ../mod/mpm_common.html#maxclients directive divided by the ThreadsPerChild ../mod/mpm_common.html#

Re: [us...@httpd] about ServerLimit and ThreadLimit

2009-12-14 Thread Philip Wigg
On the documentation of Apache2.2 ServerLimit is a hard limit on the number of active child processes, and must be greater than or equal to the MaxClients directive divided by the ThreadsPerChild directive. ThreadLimit is a hard limit of the number of server threads, and must be greater than

Re: [us...@httpd] about ServerLimit and ThreadLimit

2009-12-14 Thread Tseveendorj Ochirlantuu
Philip Wigg, You're right. Thank you very much. Solved Regards, Tseveen. I got prefork.c. Can you drive me On Mon, Dec 14, 2009 at 6:23 PM, Philip Wigg p...@philipwigg.co.uk wrote: On the documentation of Apache2.2 ServerLimit is a hard limit on the number of active child processes, and

Re: [us...@httpd] about ServerLimit and ThreadLimit

2009-12-14 Thread Philip Wigg
I got prefork.c. Can you drive me I'm afraid I can't drive you, you'll have to read the documentation about the process models. Here's a good start:- http://httpd.apache.org/docs/2.2/mpm.html http://httpd.apache.org/docs/2.2/mod/prefork.html It might be that switching to the worker MPM is what

Re: [us...@httpd] about ServerLimit and ThreadLimit

2009-12-14 Thread Tseveendorj Ochirlantuu
Philip Wigg, Sorry that was mistake. I didn't clear it :D problem already solved. Have a nice day dude. Best regards, Tseveen. On Mon, Dec 14, 2009 at 7:51 PM, Philip Wigg p...@philipwigg.co.uk wrote: I got prefork.c. Can you drive me I'm afraid I can't drive you, you'll have to read the