Performance of NGINX on 16 instances vs 1 instance

Hello,

I would like to know how NGINX works on a server with 16 cores. Is it is
better to run one instance of NGINX in a bare metal or run 16 virtual
servers with NGINX instance on each?

Sincerely, Alexandr

Hello,

On 4/7/16 5:55 PM, Alexandr Porunov wrote:

Hello,

I would like to know how NGINX works on a server with 16 cores. Is
it is better to run one instance of NGINX in a bare metal or run 16
virtual servers with NGINX instance on each?

Just one instance and “worker_processes auto”.

http://nginx.org/r/worker_processes


Maxim K.

Hello, Maxim

Thank you very much

Sincerely, Alexandr