[Zope] How to create a global variable?

Paul Winkler pw_lists at slinkp.com
Thu Feb 22 10:32:19 EST 2007


On Thu, Feb 22, 2007 at 11:50:51AM +0100, jerome prudent wrote:
> Hi!
> I've a python script which creates a dictionnary each time it's called. This
> dictionnary is always the same. I would increase the performance if I could
> generate and cache the dictionnary once, then reuse it. I'm looking for a
> space like REQUEST.SESSION that is the same for each user of my website
> (other solutions are welcome).
> 
> Do you know how to do that?

RAM Cache Manager.


-- 

Paul Winkler
http://www.slinkp.com


More information about the Zope mailing list