Re: [users@httpd] Re: mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-20 Thread Yann Ylavic
Hello, it probably depends on your workload and stability/scalability expectations. >From my testing, the more threads vs processes, the better for performances and memory footprint. But also more impacted connections when a problem occurs (process crash)... Regards, Yann. On Fri, Nov 20, 2015

Re: [users@httpd] Re: mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-20 Thread Daniel
you have enough processes already, too many if you ask me (spawning processes is more costly than threads), increase the number of threads per child to do the math. 2015-11-20 16:53 GMT+01:00 Abby Normal : > No one for this simple question? :) > > Regards, > Abby > > > >On 18.11.2015 21:45, Abby

[users@httpd] Re: mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-20 Thread Abby Normal
No one for this simple question? :) Regards, Abby >On 18.11.2015 21:45, Abby Normal wrote: Hello people, I hope someone can help me with this simple question. I searched the net but could not find a proper answer. Default event configuration is this: MaxRequestWorkers 400 =ThreadsPerChild x