Hmm this presents a rather large issue for me.<div><br></div><div>Is it possible to get the upstream response size in lua and set a variable to influence proxy_no_cache? If it is ill learn lua.<br><br><div class="gmail_quote">
On Fri, Jun 29, 2012 at 11:55 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello!<br>
<div><div class="h5"><br>
On Fri, Jun 29, 2012 at 11:28:08PM +1000, <a href="mailto:mat999@gmail.com">mat999@gmail.com</a> wrote:<br>
<br>
> I have a question. If the file being written to a cache exceeds max size what behavior happens? As I can think of it there are 3 possible outcomes.<br>
><br>
> 1. File is written and later cleaned up by the cache manager (bad)<br>
> 2. File isnt written. It is recognized that it can't be cached.<br>
> 3. The file is written and truncated (bad)<br>
><br>
> Thanks<br>
<br>
</div></div>The file is written, and later cleaned up by the cache manager.<br>
<br>
It might even be used for a while to serve requests, as it takes<br>
some time (up to 10 seconds) for the cache manager to recognize<br>
the max_size limit was exceeded and least recently used files<br>
should be removed from the cache.<br>
<br>
Maxim Dounin<br>
<br>
_______________________________________________<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" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>