in reply to Re: Re: Database driven web content: live or tape?
in thread Database driven web content: live or tape?

If you mean invalidating the entire cache for each update, I'd strongly recommend you use an invalidation scheme that at least affects only parts of your cache, if restricting it to just the one affected page is not possible. Otherwise, esp if your site contains a lot of relatively seldomly visited and seldomly updated pages, you'll reap much less benefit from caching than possible.

Makeshifts last the longest.

  • Comment on Re^3: Database driven web content: live or tape?