Friday, July 16, 2004, 5:31:35 PM, you wrote:
SB> Ah, sorry, I'm lost in the sea of methods
hahaha I know the feeling.
SB> -- I think we have exactly
SB> what you want. It should appear in here:
SB> http://perl.apache.org/docs/2.0/api/Apache/HookRun.html
This was the key I needed. I installed m
On Mon, 19 Jul 2004 11:57:56 +0800, Victor Tsang wrote:
> Has anyone tried using Cache::Mmap in mod_perl?
That's what I wrote it for. My application uses Cache::Mmap to share
caches between apache children and other processes.
> I have written a perl code to test my design off apache, it works
>