Welcome! Log In Create A New Profile

Advanced

Re: proxy_cache_background_update leads to 200 ms delay

Lucas Rolff
July 07, 2018 10:44AM
It's not a combination of tcp_nopush and proxy_cache_background_update that creates this delay.

tcp_nopush (TCP_CORK in Linux) introduces a delay of packets being sent for up to 200ms or until the packet size gets to the defined MTU.

proxy_cache_background_update (if I remember correctly), will do the common checks at the origin to check if a file changed, since this request performed is (often) less than the MTU, you'll end up having to wait for the 200ms delay.

So disabling tcp_nopush also disables the 200ms delay.

On 07/07/2018, 14.15, "nginx on behalf of stephan13360" <nginx-bounces@nginx.org on behalf of nginx-forum@forum.nginx.org> wrote:

Wow, thats it! The delay is gone.

For now I am satisfied that the delay is gone and will read up some more on
tcp_nopush.

For the future: Is there any information on why the combination of
tcp_nopush and proxy_cache_background_update create the delay and not the
STALE response you get when the backend ist down and
proxy_cache_background_update is off?

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280434,280444#msg-280444

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


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

proxy_cache_background_update leads to 200 ms delay

stephan13360 July 06, 2018 08:32AM

Re: proxy_cache_background_update leads to 200 ms delay

stephan13360 July 06, 2018 09:55AM

Re: proxy_cache_background_update leads to 200 ms delay

Valentin V. Bartenev July 07, 2018 07:14AM

Re: proxy_cache_background_update leads to 200 ms delay

stephan13360 July 07, 2018 08:15AM

Re: proxy_cache_background_update leads to 200 ms delay

Lucas Rolff July 07, 2018 10:44AM

Re: proxy_cache_background_update leads to 200 ms delay

Valentin V. Bartenev July 09, 2018 08:18AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 324
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready