a possible dead cycle?
彭伟
pwlazy at gmail.com
Thu Apr 7 11:25:01 CEST 2011
>
>
> hi all:
>
> at the bottom of the url
> http://www.varnish-cache.org/docs/2.1/faq/general.html
>
> there is a configure as below:
>
>
> sub vcl_fetch {
> if (!obj.cacheable) {
> # Limit the lifetime of all 'hit for pass' objects to 10 seconds
> obj.ttl = 10s;
> pass;
> }
> }
>
> from the configuration as above,
when varnish fetch a page from backend server, and find it 's not
cacheable, so go to fetch the page from backend sever again?
and find it 's not cacheable again , so again and agian .......?
please help me! thanks !
Regards!
pwlazy
>
> please help me! thanks !
>
>
>
> Regards!
> pwlazy
>
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20110407/74b928f0/attachment-0003.html>
More information about the varnish-misc
mailing list