Re: Content-lengths of dynamic objects

>Caching is a bad idea for something that changes length every time
>it's called. (Oh, quote-of-the-day, for example, or just the output
>from a request form.)

That's what the Expires header is good for, isn't it? See
<http://www.nads.de/NADS/Ueberblick/heute> for an example. This URL
gives you an overview of events in Düsseldorf and about for the
very day. It expires at the end of the day (local time in Germany).

(In fact, it is just a 302 Redirect message pointing to the real
document. To make the CERN httpd cache redirections, see my patch
under
<http://www.nads.de/NADS/Public/WWWTechnik/WWWDaemon-patch.01.gz>.)

Best regards
Rainer Klute

  Dipl.-Inform. Rainer Klute        NADS - Advertising on nets
  NADS GmbH
  Emil-Figge-Str. 80                Tel.: +49 231 9742570
D-44227 Dortmund                    Fax:  +49 231 9742571

            <http://www.nads.de/~klute/>

Received on Tuesday, 9 May 1995 02:56:59 UTC