8 Oct
2003
8 Oct
'03
6:26 p.m.
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