On Wed, 12 Jul 2000, Luis Henrique Cassis Fagundes wrote:

>         How do I use Apache::Registry to cache pages in disk? The module
> I have
> in mind is something transparent to the programmer, you just tell apache
> that some CGI (or PHP, or any request) will be cached and the server
> will cache the stdout in disk, and next time someone requests a page,
> the cached page will be sent.

Can you tell us more about exactly what you're trying to achieve? Surely a
script based page is going to be dynamic, so a cache is irrelevant. Unless
your script is just doing some sort of templating, in which case I highly
suggest you check out AxKit or Mason, which both support this kind of
caching (and EmbPerl is going to do it in the next release I hear).

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org

Reply via email to