Hello, Am Mittwoch, den 08.11.2006, 00:50 +0100 schrieb Roberto:
IMHO, I think that MaxClient should be higher than 375 around 5000 could be ok, If some time there are so many conections hemlock it will support. MinSpareThreads is high it's not necesary so many idle process and ThreadsPerChild is low, a proccess is much more costly than thread. And last KeepAliveTimeout can be down to 5 second, when one navigator do concurrent petitioni using HTTP/1.1 do petition in less than 5 seconds this way connections close and release faster. I hope this can be help. Sorry for my english.
thanks for your message. I'm a bit confused with the apache-config and your text. I have changed the values at this:
StartServers 10 MaxClients 2000 MinSpareThreads 20 MaxSpareThreads 150 ThreadsPerChild 20 MaxRequestsPerChild 10
At start apache tells me:
WARNING: MaxClients of 2000 would require 100 servers, and would exceed the ServerLimit value of 16. Automatically lowering MaxClients to 320. To increase, please see the ServerLimit directive.
I'm not sure, that I understand your text right. Please just changed the lines above and send it back to me. Thank you very much :).
Roberto yrithinnd
Sincerly, DaB.