<div dir="ltr">Thanks \o/</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Um abraço,</div><div>NM</div></div></div></div></div></div>
<br><div class="gmail_quote">2017-03-17 14:46 GMT-03:00 Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<span class=""><br>
On Fri, Mar 17, 2017 at 02:21:55PM -0300, Nelson Marcos wrote:<br>
<br>
> Hello all,<br>
><br>
> Right now we're using Nginx(as a proxy) to serve videos(4gb) and small<br>
> objects(< 100k), using Openstack Swift as backend.<br>
><br>
> Yesterday, I tried turn proxy_buffering off to see if it would improve<br>
> nginx performance but it didn't.<br>
><br>
> However, I realised that nginx stoped to write new files on proxy_temp_path<br>
> and proxy_cache_path until  I turn proxy_buffering off.<br>
><br>
><br>
> I have two question:<br>
><br>
> 1) Is that a expected behaviour? If I turn proxy_buffering off, nginx will<br>
> disable cache and temp files?<br>
<br>
</span>Yes.<br>
<span class=""><br>
> 2) If  proxy_buffering is on,  shouldn't nginx recieve the entire response,<br>
> before send it to the cliente? Or does it wait only enough to fill the<br>
> configured buffers?<br>
<br>
</span>No, it only waits for one buffer to be filled.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
______________________________<wbr>_________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>