http://www.perlmonks.org?node_id=211838


in reply to Re: mod_perl and shared environments don't mix - do they?
in thread mod_perl and shared environments don't mix - do they?

Stay away from the IPC::* stuff. With the exception of IPC::MM, all of them are much slower than file-based approaches like MLDBM::Sync and Cache::Mmap.
  • Comment on Re: Re: mod_perl and shared environments don't mix - do they?