You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "PINNI, BALANAND (SBCSI)" <bp...@sbc.com> on 2004/06/14 19:24:14 UTC

[users@httpd] Max clients to 500

All-

Please take a look at the configuration below. If I need to set
MaxClients to 500 I need to set StartServers above 20 and I may need to
change ThreadsPerChild . Has anyone done this for HTTP IBM 2.0.42.X ? 

ServerLimit        20      
StartServers       16      
MaxClients        250      
#MinSpareThreads     25    
#MaxSpareThreads     75    
ThreadsPerChild     25     
MaxRequestsPerChild 10000  

Thanks in advance.
Balanand Pinni

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Max clients to 500

Posted by Joshua Slive <jo...@slive.ca>.
On Mon, 14 Jun 2004, PINNI, BALANAND (SBCSI) wrote:
> Please take a look at the configuration below. If I need to set
> MaxClients to 500 I need to set StartServers above 20 and I may need to
> change ThreadsPerChild . Has anyone done this for HTTP IBM 2.0.42.X ?
>
> ServerLimit        20
> StartServers       16
> MaxClients        250
> #MinSpareThreads     25
> #MaxSpareThreads     75
> ThreadsPerChild     25
> MaxRequestsPerChild 10000

Is there a question here?  What exactly do you want to know?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org