Re: [users@httpd] Configuration for high concurrent load

2013-06-03 Thread Weedy
> On Sat, Mar 2, 2013 at 3:59 PM, Nick Kew > wrote: > > > On 2 Mar 2013, at 10:08, Austin Einter wrote: > > > I am doing a similar job.. > > Here is the warning... > > > > Starting httpd: WARNING: MaxClients of 7500 excee

Re: [users@httpd] Configuration for high concurrent load

2013-03-03 Thread Igor Cicimov
On 03/03/2013 4:52 PM, "Austin Einter" wrote: > > Correcting typo-error > > > Dear Nick > Can you be bit precise here.., I am bit new to system. > > What I need to do so that, one client per server would not be required. > > Best Regards > > > On Sun, Mar 3, 2013 at 11:21 AM, Austin Einter wrote:

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Austin Einter
Correcting typo-error Dear Nick Can you be bit precise here.., I am bit new to system. What I need to do so that, one client per server would not be required. Best Regards On Sun, Mar 3, 2013 at 11:21 AM, Austin Einter wrote: > Dear Bick > Can you be bit precise here.., I am bit new to syste

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Austin Einter
Dear Bick Can you be bit precise here.., I am bit new to system. What I need to do so that, one client per server would not be required. Best Regards Austin On Sat, Mar 2, 2013 at 3:59 PM, Nick Kew wrote: > > On 2 Mar 2013, at 10:08, Austin Einter wrote: > > > I am doing a similar job.. > > H

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Nick Kew
On 2 Mar 2013, at 10:08, Austin Einter wrote: > I am doing a similar job.. > Here is the warning... > > Starting httpd: WARNING: MaxClients of 7500 exceeds ServerLimit value of 330 > servers, > lowering MaxClients to 330. To increase, please see the ServerLimit > directive. The prefork MPM

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Austin Einter
I am doing a similar job.. Here is the warning... Starting httpd: WARNING: MaxClients of 7500 exceeds ServerLimit value of 330 servers, lowering MaxClients to 330. To increase, please see the ServerLimit directive. So, is it the reason that can cause this issue. On Sat, Mar 2, 2013 at 3:

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Noel Butler
If you want help from people here, detail your problem here, including your setup and hardware etc etc etc On Sat, 2013-03-02 at 14:42 +0800, Franz Allan Valencia See wrote: > Good day, > > I am trying to configure my Apache HTTPd server to handle 7k > concurrent requests (preferably 10k), but