[Zope] Script caching

Dieter Maurer dieter at handshake.de
Wed Oct 8 14:26:52 EDT 2003


CHRISTOPHER TIGNOR wrote at 2003-10-5 23:19 -0400:
 > I need to cache the results from a parameterized python script that makes a
 > parameterized database call for a long period of time (about a day) as the
 > data doesn't change much.

Is your "parameterized database call" a Z SQL Method and your script
returning the result of this?

If so, the result is uncachable by the RAM cache manager.
You could use the caching feature of the Z SQL Method
(rather than use the RAM Cache Manager).


Dieter



More information about the Zope mailing list