in reply to Re^2: Persistant data with Mason
in thread Persistant data with Mason

I may not have been clear; I'll let the _Practical mod_perl_ book speak for me. http://modperlbook.org/html/ch18_01.html

Replies are listed 'Best First'.
Re^4: Persistant data with Mason
by martell (Hermit) on Feb 12, 2005 at 12:17 UTC

    I see, this explains your comment. However you're method doesn't let you write something to the shared memory if I read it wel. (or is possible in another way?)

    I use in my development always a shared cache. I create it in a %once block in a syshandler like described in the mason manuals. Didn't know you could do it also via the handler.pl script. So I learn new things... :)