On Thu, 13 Sep 2001, Joshua Chamas wrote:
> I think I've got it... your timestamp parameter will be the LastModified key.
>
> $Response->Include( { LastModified => $timestamp }
>
> This mimics the HTTP RFC for Last-Modified header, seen at:
> http://www.freesoft.org/CIE/RFC/1945/59.htm
(reads the RFC... "For database gateways, it may be the last-update
timestamp of the record.") Yes, that's exactly what I had in mind.
This will be a great performance win for dynamically generated websites
that are actually static (unless the site admin updates entries in the
database). :) There's one site where I had to write a command line perl
script that compares database timestamps with .html files to decide
whether to regenerate them or not... that was kind of ugly.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]