CPU cores and workers / maxservers

Posted by user80666 on Server Fault See other posts from Server Fault or by user80666
Published on 2011-06-20T02:08:07Z Indexed on 2012/12/13 17:05 UTC
Read the original article Hit count: 227

Filed under:
|

I'm trying to optimize my apache and nginx installations and have been looking for information on how to setup correct number or min/max servers and connections in Apache and worker processes in Nginx.

I was wondering whether or not Apache and Nginx take advantage of multy core processors and how to set configuration in Apache and Nginx?

For example, lets say I have a 4 core processor, should I set workers to 4 in nginx? what should I set spare server in apache to?

© Server Fault or respective owner

Related posts about apache2

Related posts about nginx