Re: Dynamic Site Methodology



On Sun, 29 May 2005 19:23:07 GMT, bruce@xxxxxxxxxx (Bruce) wrote:

>>The reason for this is that while content can change infrequently it's
>>also unpredictable about when it does change. With a cron task,
>>changes to the site are not immediate. Also, most of the pages are
>>custom to each user in some degree (displaying whether or not they are
>>logged in) even if the content is static. We also rotate ads which is
>>another reason for keeping the pages at least partially dynamic.
>
>So are you using a third party caching program like Zend Accelerator or
>doing it yourself?

Do it myself. I don't think Zend Accelerator actually saves you much
work since you still have to mark off what you need to cache yourself.
I do use Turuk MMcache to do execution caching (Accelerator also does
this) but that doesn't have anything to do with managing content.

I have a framework which makes this all pretty easy to add to an
existing site.

.