in reply to Re: Persistent memory with mod_perl and a module.
in thread Persistent memory with mod_perl and a module.

With the exception of IPC::MM, those shared memory modules are very slow. You would be better off using MLDBM::Sync or Cache::FileCache.
  • Comment on Re: Re: Persistent memory with mod_perl and a module.