The setup is quite contradictory.

One one hand you have serverlimit 50, which refers to child processes, and
threads per child 50, which would total for 2500 threads, on the other hand
you have specified a total of 150 maxrequestworkers which refer to the
maximum permitted amount of threads and that will allow only to spawn a max
of three child processes ,fix that first I'd say.

El jue., 31 de mar. de 2016 13:13, Sylvain Goulmy <sygou...@gmail.com>
escribió:

> Hi Yann,
>
> Two children processes.
>
> And on the status page i can see :
>
> 1 requests currently being processed, 99 idle workers
>
>
> Regards.
> Sylvain
>
> On Thu, Mar 31, 2016 at 12:01 PM, Yann Ylavic <ylavic....@gmail.com>
> wrote:
>
>> On Thu, Mar 31, 2016 at 10:46 AM, Sylvain Goulmy <sygou...@gmail.com>
>> wrote:
>> >
>> > I'm currently using apache 2.4.17 on RHEL with the worker mode
>> configured
>> > this way :
>> >
>> > - ThreadLimit : 200
>> > - ServerLimit : 50
>> > - ThreadsPerChild : 50
>> > - MaxRequestWorkers : 150
>> > - MinSpareThreads : 10
>> > - MaxSpareThreads : 80
>> > - MaxConnectionsPerChild : 0
>> > - StartServers : 1
>> >
>> > With this configuration and whereas i don't have any activity on my http
>> > instance, i can't see on the status page that there are two processes
>> that
>> > are launched systematically.
>>
>> Two children processes or two including the parent (root) process ?
>>
>> Regards,
>> Yann.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>>
>

Reply via email to