Re: Handling caches, and handling persistent connections in modperl

1999-10-30 Thread Stas Bekman
> I'm happily using mod_perl to serve content stored in a mysql database. > Basically, the content does not change really often, and it maybe > important (BLOB containing images). > > It seems that handling cache-related stuff would be a big win. For > example, the If-Modified-Since: (sp?) heade

Handling caches, and handling persistent connections in modperl

1999-10-29 Thread Nicolas MONNET
I'm happily using mod_perl to serve content stored in a mysql database. Basically, the content does not change really often, and it maybe important (BLOB containing images). It seems that handling cache-related stuff would be a big win. For example, the If-Modified-Since: (sp?) header and that