Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Yann Ylavic
On Fri, Apr 1, 2016 at 6:52 PM, Sylvain Goulmy wrote: > Thanks for your analysis Yann, i'll stay tuned on the dev mailing list. I committed [1], will wait a bit for others to review it and then propose a backport. Regards, Yann. [1] http://svn.apache.org/r1737447 --

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Sylvain Goulmy
Thanks for your analysis Yann, i'll stay tuned on the dev mailing list. See you. On Fri, Apr 1, 2016 at 1:55 PM, Yann Ylavic wrote: > On Fri, Apr 1, 2016 at 9:57 AM, Sylvain Goulmy wrote: > > > > No i don't use that directive, here is the extract of the running > > configuration : > > OK, actu

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Yann Ylavic
On Fri, Apr 1, 2016 at 9:57 AM, Sylvain Goulmy wrote: > > No i don't use that directive, here is the extract of the running > configuration : OK, actually this is caused by the introduction of Listeners Buckets (SO_REUSEPORT handling), precisely in 2.4.17. Before we used to require MinSpareThrea

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Sylvain Goulmy
Hi Yann, No i don't use that directive, here is the extract of the running configuration : *Current Configuration:**In file: /tech/apache/etc/server/common-2.4.conf* 13: Listen *127.60.2.30:80 * 14: Listen *127.60.2.30:443 * 86: ThreadLimit *200*

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-03-31 Thread Yann Ylavic
On Thu, Mar 31, 2016 at 1:12 PM, Sylvain Goulmy wrote: > Hi Yann, > > Two children processes. Did you configure ListenCoresBucketsRatio? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mai

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-03-31 Thread Daniel
Forgot to mention the two processes correspond to maxsparethreads value, 80, and 50 threads per child that makes two processes El jue., 31 de mar. de 2016 22:13, Daniel escribió: > The setup is quite contradictory. > > One one hand you have serverlimit 50, which refers to child processes, and >

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-03-31 Thread Daniel
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 th

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-03-31 Thread Sylvain Goulmy
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 wrote: > On Thu, Mar 31, 2016 at 10:46 AM, Sylvain Goulmy > wrote: > > > > I'm currently using apache 2.4

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-03-31 Thread Yann Ylavic
On Thu, Mar 31, 2016 at 10:46 AM, Sylvain Goulmy 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 > -

[users@httpd] MPM Worker : Two processes launched with no activity

2016-03-31 Thread Sylvain Goulmy
Hi all, 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 configurati