in reply to Re^2: mod_perl session beans
in thread mod_perl session beans

I expect Apache::Session::SharedMem to be very slow, since it is built on the very slow IPC::Cache module. The caching modules I mentioned below are at least ten times as fast.