But what if Some one want to cache even the larger files ..  for example in Geo CDN cases for Videos. <div><br></div><div>I face the same issue when cache images (<1MB) it works when MP3 (>10MB) it time out . No i  am not using pipe since i want to even cache media files</div>
<div><br></div><div><br></div><div>any hint please ?</div><div><br></div><div>Zeeshan<br><br><div class="gmail_quote">On Wed, Sep 5, 2012 at 8:11 PM, Gonzalo Paniagua <span dir="ltr"><<a href="mailto:gonzalo.paniagua@acquia.com" target="_blank">gonzalo.paniagua@acquia.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Sep 5, 2012 at 5:04 AM, Christoph Mitasch<br>
<<a href="mailto:cmitasch@thomas-krenn.com">cmitasch@thomas-krenn.com</a>> wrote:<br>
[...]<br>
<div class="im">><br>
> Is there any disadvantage by using a pipe instead of a pass?<br>
<br>
</div>Since you are not caching the response, it is the right thing to do.<br>
(btw, see <a href="http://phk.freebsd.dk/misc/varnish.gif" target="_blank">http://phk.freebsd.dk/misc/varnish.gif</a>)<br>
Make sure you close the backend connection after the first request<br>
(<a href="https://www.varnish-cache.org/trac/wiki/VCLExamplePipe" target="_blank">https://www.varnish-cache.org/trac/wiki/VCLExamplePipe</a>)<br>
<span class="HOEnZb"><font color="#888888"><br>
-Gonzalo<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</div></div></blockquote></div><br></div>