]> git.kaiwu.me - nginx.git/commit
Events: the "accept_mutex" directive is turned off by default.
authorValentin Bartenev <vbart@nginx.com>
Fri, 15 Jul 2016 12:18:57 +0000 (15:18 +0300)
committerValentin Bartenev <vbart@nginx.com>
Fri, 15 Jul 2016 12:18:57 +0000 (15:18 +0300)
commit46dd747c9e2bc47c0689f62f9cba3d470d898b43
tree89c84725ba1c278f876cbd7b91b9a8e698ff054e
parent6c2b086d0e10cab769f9321998dcb631796ec49b
Events: the "accept_mutex" directive is turned off by default.

Now it is believed that the accept mutex brings more harm than benefits.
Especially in various benchmarks it often results in situation where only
one worker grabs all connections.
src/event/ngx_event.c