Hello, All

I currently have a caching module for dynamic pages that is loaded up upon
server startup. However, when each child process uses this module they
each create a copy of the modules caching hash. 

I would like to have 1 copy of the caching hash in the parent process that 
each child can read and/or write to. 

I have never used it before, however, the storable module seems to be the
way to go. Is this correct?

-amen

Reply via email to