in reply to
mod_perl & Shared Memory
If you have more than a tiny amount of data to share, this will be very slow. You'd be much better off using Cache::FastMmap, BerkeleyDB, or even just MySQL for anything bigger than a few scalar values.
Comment on
Re: mod_perl & Shared Memory
In Section
Seekers of Perl Wisdom