Operating System - HP-UX
1826124 Members
4598 Online
109690 Solutions
New Discussion

Re: Apache 1.3.26 (don't ask): MAXCLIENTS

 
SOLVED
Go to solution
Jim Purtell
Frequent Advisor

Apache 1.3.26 (don't ask): MAXCLIENTS

I've been asked to research the 'maxclients' directive.
If we were to set the maxclients to 150 and expected a user-base of something greater (say 200), what would our user community experience if we reached the 150 mark +?


MaxClients 150
MinSpareServers 5
MaxSpareServer 10

Thanks in advance,
Jim
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Apache 1.3.26 (don't ask): MAXCLIENTS

In apachespeak MaxClients actually means connections/processes. Certain site designs can leave user with multiple processes. httpd process is a client for apache.

I would expect if you hit that threashold and there are more users trying to connect you will get some access problems and user complaints.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor
Solution

Re: Apache 1.3.26 (don't ask): MAXCLIENTS

Jim Purtell
Frequent Advisor

Re: Apache 1.3.26 (don't ask): MAXCLIENTS

Hey thanks SEP,
Sorry for not assigning points sooner. I was pulled awy from this and just got a chance to catch up.
Thanks again,
Jim