mod_perl: How pass variables (objects) from page to page?
am 15.11.2005 02:49:02 von Peter.AlvinPlease tell me I can do this!
Using mod_perl, how do you keep Perl objects in RAM from page to page?
I don't want to re-instantiate my objects on every page request, and I
don't want the overhead of serializing my objects to a persistent store
from page to page (I use A LOT of objects).
I've done extensive reseach and I've not found any "application space"
to store objects indefinitly.
I can't believe Perl doesn't support keeping objects in RAM. This
would de-qualify Perl for half of the projects I need to develop.
Please send answer to temp1@awebabove.com
Thanks in advance!!!!!
Pete