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

Hi,

Yes the only problem with shared memory variable is they have to be read only or they wont stay shared.

Shame Apache::Session::SharedMem is not production ready, maybe it will make a good starting point anyway thanks

Replies are listed 'Best First'.
Re^3: mod_perl session beans
by perrin (Chancellor) on Jan 12, 2005 at 17:02 UTC
    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.