Re: [us...@httpd] MaxClients

2010-09-07 Thread William A. Rowe Jr.
On 9/5/2010 1:19 PM, Eric Covener wrote: > On Sun, Sep 5, 2010 at 1:50 PM, Damian Lęcznar > 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

Re: [us...@httpd] MaxClients

2010-09-05 Thread Eric Covener
On Sun, Sep 5, 2010 at 1:50 PM, Damian Lęcznar 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

[us...@httpd] MaxClients

2010-09-05 Thread Damian Lęcznar
||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