in reply to
Re: Shared between mod_perl processes?
in thread
Shared between mod_perl processes?
IPC::Shareable is quite slow. If you want to share data fast, use something like Cache::FastMmap or BerkeleyDB instead.
Comment on
Re^2: Shared between mod_perl processes?
In Section
Seekers of Perl Wisdom