Re: [users@httpd] Distribution of workers between processes and threads

2021-03-14 Thread Daniel Ferradal
Hello, It is important to consider: * the processor * the modules you have loaded in apache * the mpm you are using (hopefully mpm_event). * the type of load. (static, or dynamic, small files, big files, proxying, is there cache, etc?). With a more or less actual server processor, perhaps 12

[users@httpd] Distribution of workers between processes and threads

2021-03-12 Thread Nick Gearls
Hi everybody. I have a question about the distribution of workers between processes and threads. Let's say that I have a 12 core machine and that I want to server up to 300 parallel requests. I have the choice between, for instance, 10 processes with 30 threads or 30 processes with 10