For what situation would it be appropriate to use "nodelay"? 

  Original Message  
From: [email protected]
Sent: December 2, 2017 3:02 AM
To: [email protected]
Reply-to: [email protected]
Subject: Re: Re: How to control the total requests in Ngnix

On Fri, Dec 01, 2017 at 11:18:06AM +0800, [email protected] wrote:

Hi there,

Others have already given some details, so I'll try to put everything
together.

<snip>

> limit_req zone=all burst=100 nodelay;

"block" can be "return error immediately", or can be "delay until the
right time", depending on what you configure. "nodelay" above means
"return error immediately".


<snip>


f
-- 
Francis Daly        [email protected]
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to