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 core
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 threads