On 03/03/2013 4:52 PM, "Austin Einter" <austin.einter@xxxxxxxxx> 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 <austin.einter@xxxxxxxxx> wrote:
>>
>> 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 <nick@xxxxxxxxxxxx> 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 exceeds ServerLimit value of 330 servers,
>>> > lowering MaxClients to 330. To increase, please see the ServerLimit
>>> > directive.
>>>
>>> The prefork MPM limits you to one client per server. Not useful for
>>> higher loads.
>>>
>>> Has something happened to the performance tuning section in the docs?
>>>
>>> --
>>> Nick Kew
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>>> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>>>
>>
>
Meaning use mpm_worker instead mpm_prefork. Find apache performance tuning doco on the apache web site and check the choosing mpm section.