Welcome! Log In Create A New Profile

Advanced

Re: Nginx receiving bytes from Amazon ELB (Performance Issue)

Nicholas Sherlock
May 07, 2014 10:50PM
On 8 May 2014 06:05, rodrigo.aiello <nginx-forum@nginx.us> wrote:

> Nginx is receiving the bytes and then
> delivering. I wonder if anyone has gone through this problem and found a
> better solution.


Indeed, Nginx reads the whole response from the backend before a single
byte is sent to the client. That can add latency if your response is very
large. This is controlled by the proxy_buffering setting, so try setting it
to "no":

http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering

Cheers,
Nicholas Sherlock
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx receiving bytes from Amazon ELB (Performance Issue)

rodrigo.aiello May 07, 2014 02:05PM

Re: Nginx receiving bytes from Amazon ELB (Performance Issue)

Jonathan Matthews May 07, 2014 02:12PM

Re: Nginx receiving bytes from Amazon ELB (Performance Issue)

rodrigo.aiello May 07, 2014 02:17PM

Re: Nginx receiving bytes from Amazon ELB (Performance Issue)

Nicholas Sherlock May 07, 2014 10:50PM

Re: Nginx receiving bytes from Amazon ELB (Performance Issue)

Maxim Dounin May 08, 2014 10:48PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 280
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