Re: Conditional caching question

2008-06-08 Thread David Pratt
some decent cache regulation for utilization and size. Its all a bit of a balancing act with the responsible for the backend as well I realize. Many thanks. Regards David Barry Abrahamson wrote: On Jun 2, 2008, at 8:41 AM, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], David Pratt

Re: Conditional caching question

2008-05-31 Thread David Pratt
Sorry wanted to clarify that I wanted varnish checked first before going to backend. If object is frequently requested, add to cache. David Pratt wrote: Hi. In most cases, I want a request to be passed to a backend where it will be handled by server. If frequency is high, however; I want

Conditional caching question

2008-05-31 Thread David Pratt
Hi. In most cases, I want a request to be passed to a backend where it will be handled by server. If frequency is high, however; I want to add the object to varnish cache and have varnish handle it. I am not worried about a mechanism to keeping track of frequency of requests. Question is what

Re: Cache parts of pages?

2007-10-24 Thread David Pratt
Hi Kai. I believe you may be able to do this with nginx ssi together with memcached. Regards, David Kai Grossjohann wrote: Our web site has a navigation bar on every page with a picture of the day in it. Let's say that most pages never change after being created, except for the navigation