nice one. Getting on this hook, in my server we run moodle i dunno if you
guys know about it and a very high hits/second i wan't to know if going down
about MaxRequestsPerChild 500 will be good to performance and any idea about
changing my server variables to make it support more concurrent connections

########################################
<IfModule worker.c>
ServerLimit          30
ThreadLimit          70
StartServers           20
MaxClients            500
MinSpareThreads        10
MaxSpareThreads        15
ThreadsPerChild        50
MaxRequestsPerChild  2000
MaxMemFree          5000
#ReceiveBufferSize  714400 (not using anymore)

#################################



On Fri, Mar 13, 2009 at 5:41 AM, Gaurav Khambhala <[email protected]>wrote:

> Hi Kulbir,
>
> Gaurav wrote:
>
>> Tadeu Alves wrote:
>>
>>> i thibk that you can down the variable
>>>  MaxRequestsPerChild  20000 to 2000 it's too much and if the child
>>> process keeps the request well i't grows bigger and bigger in memory
>>>
>>
>> Even 2000 is too much. Various high load,high traffic servers also don't
>> have this much high value.
>>
>
> Found this: http://rimuhosting.com/howto/memory.jsp may be useful to you.
>
>
>
>
> --
> Cheers,
>
> Gaurav Khambhala
> i-hack-at-DeepRoot Linux
> Getting GNU/Linux to work for you. Faster. Better. Today. Every way.
> http://www.deeproot.in, +91 80 4089 0000
>
>
> ---------------------------------------------------------------------
> 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: [email protected]
>  "   from the digest: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to