On Thu, Sep 17, 2009 at 4:23 PM, Torsten Foertsch
<torsten.foert...@gmx.net> wrote:

> I'd go for Apache's mod_cache + mod_disk_cache. The only thing you have
> to do is to set cache control headers. Mod_cache is really fast b/c it
> skips almost all of the http request cycle. And in your case it takes
> load from the database. The request won't even hit mod_perl.
>
> Torsten

it seems like an equivalent way to do this possibly with less
configuration would be to generate the cacheables with file names
representing their input parameters and do the construction of the new
ones with a custom 404 handler. TMTOWTDI.



-- 
"As if you could kill time without injuring eternity!"  -- Henry David Thoreau

Reply via email to