I am trying to squeeze more performance out of my persistent session cache.  In
my application, the Storable image size of my sessions can grow upwards of
100-200K.  It can take on the order of 200ms for Storable to deserialize and
serialize this on my (lousy) hardware.

I'm looking at RSE's MM and the Perl module IPC::MM as a persistent session
cache.  Right now IPC::MM doesn't support multi-dimensional Perl data
structures, nor blessed references, so I will have to extend it to support
these.

My question is: is anyone else using IPC::MM under mod_perl? .. would you if it
supported multi-dimensional Perl data?

My other question is: since this will be somewhat moot once Apache 2.0 +
mod_perl 2.0 are stable, is it worth the effort?  What's the ETA on mod_perl
2.0?  Should I spend my effort helping with that instead?

Any comments appreciated,
-Adi

Reply via email to