Hi guys,
this is more on a performance issue re: apache settings, I have this set up
MinSpareServers 30
MaxSpareServers 40
StartServers 35
MaxClients 40
MaxRequestsPerChild 500
I chose these numbers based on the amount of mem per child * 40 children is about equal to my
free memory. My only concern is the MaxClients. I have read some articles saying to set it high,
and it will put people in qeue waiting for an available child, and some that say it is the effective
upper limit of children that will be spawned. Now, if I set it to 256 (the dflt), 256 children would
destroy my server.
What are your suggestions? These are the settings for my mason box's, the flat file requests go to
thinner apaches'.
B.
|