Answer the question
In order to leave comments, you need to log in
Specific difference between multi_accept on and off?
multi_accept on; # Will accept as many connections as possible
Probably because with on, all the worker processes are active and try to handle all of the incoming request simultaneously. When disabled, Nginx decides which child process gets to deal with the request one by one. As Nginx is very efficient at this, this probably serves most people well. Some consider it a risk to enable it, as it may flood the worker connections with requests. Your TCP settings at OS level will likely play a part in this too.
Answer the question
In order to leave comments, you need to log in
Here it is indicated
What should I do on a Debian 11 x64 multi-core system?
In simple terms, can more than one person be online with multi_accept off?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question