You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Damian Lęcznar <da...@gmail.com> on 2010/09/05 19:50:26 UTC

[users@httpd] MaxClients

  ||Hey,
If im using apache with a prefork module and Keep-alive On, how depends 
the MaxClients parameter
the one connection (this one connetion have multiple requests - some 
img, js, css) counting as 1 client?
or each request from this one connetion count as 1 client?
or im wrong?

Sorry for my bad english.
best regards
||

Re: [users@httpd] MaxClients

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 9/5/2010 1:19 PM, Eric Covener wrote:
> On Sun, Sep 5, 2010 at 1:50 PM, Damian Lęcznar <da...@gmail.com> wrote:
>> Hey,
>> If im using apache with a prefork module and Keep-alive On, how depends the
>> MaxClients parameter
>> the one connection (this one connetion have multiple requests - some img,
>> js, css) counting as 1 client?
>> or each request from this one connetion count as 1 client?
>> or im wrong?
> 
> One connection and multiple requests is a single client in terms of MaxClients

And note most browsers (also referred to as clients) establish more than one
connection, collecting resources (js, css, image/*) in parallel.

---------------------------------------------------------------------
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] MaxClients

Posted by Eric Covener <co...@gmail.com>.
On Sun, Sep 5, 2010 at 1:50 PM, Damian Lęcznar <da...@gmail.com> wrote:
> Hey,
> If im using apache with a prefork module and Keep-alive On, how depends the
> MaxClients parameter
> the one connection (this one connetion have multiple requests - some img,
> js, css) counting as 1 client?
> or each request from this one connetion count as 1 client?
> or im wrong?

One connection and multiple requests is a single client in terms of MaxClients

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
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