durusmail: quixote-users: Re: Adding If-Modified-Since support to util.StaticFile
Adding If-Modified-Since support to util.StaticFile
2003-05-19
Re: Adding If-Modified-Since support to util.StaticFile
2003-05-19
Augmenting StaticFile to use "Expires:"
2003-05-28
Jason Sibre (3 parts)
Re: Augmenting StaticFile to use "Expires:"
2003-05-30
Re: Adding If-Modified-Since support to util.StaticFile
Graham Fawcett
2003-05-19
Graham Fawcett wrote:

> Note that IMS is totally separate in intent from the Expires cache
> directive; it's an active protocol, not a caching hint.

On second reading, that's incorrect: both If-Modified-Since and Expires lend
toward the same intent (cache correctness and reuse), but their semantics are
different. They're complementary mechanisms, one being an assertion of
correctness from the server, the other being a hint about the life expectancy
of a cacheable item. Ideally a StaticFile server should use both correctly to
improve cache performance along the request chain.

I didn't intend to pose as an authority on HTTP/1.1 -- that's RFC 2616's job,
not mine. ;-)

-- G



reply