I
I
IvanRobot2016-03-14 16:57:06
Nginx
IvanRobot, 2016-03-14 16:57:06

What is the difference between multi_accept and accept_mutex?

multi_accept
If multi_accept is disabled, the workflow will only accept one new connection at a time. Otherwise, the workflow will accept all new connections at once.

accept_mutex
If accept_mutex is enabled, worker processes will accept new connections in turn. Otherwise, new connections will be reported immediately to all worker processes

The definitions from the documentation are not much different...

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question