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.
Hi Yann,Two children processes.And on the status page i can see :1 requests currently being processed, 99 idle workersRegards.SylvainOn Thu, Mar 31, 2016 at 12:01 PM, Yann Ylavic <ylavic.dev@xxxxxxxxx> wrote:On Thu, Mar 31, 2016 at 10:46 AM, Sylvain Goulmy <sygoulmy@xxxxxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx