On 2005-11-15, at 03.11, Peter1 Alvin wrote:

Please 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.
 

Peter Alvin


Hi!

Have looked around like you for a solution to this, without finding one and after discussing it internally, we thought that the optimal can be to write a custom reversed modproxy server that "talks" directly to the perl code ....... perhaps as a open software project ....

Perhaps there are such project already? .... but folks at this list should know :) ...

Sive

Reply via email to