On 08 Feb 2015, at 02:39, B.R. <reallfqq-ng...@yahoo.fr> wrote:

> - Is their nginx configuration suitable for valid benchmark results?

Probably you should disable "accept_mutex off":
http://nginx.org/en/docs/ngx_core_module.html#accept_mutex

Because the mutex in combination with "multi_accept on”: 
http://nginx.org/en/docs/ngx_core_module.html#multi_accept
routes almost all requests just to one worker in this 100-bytes micro-benchmark.


-- 
Igor Sysoev
http://nginx.com

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to