24 May
2000
24 May
'00
12:58 p.m.
On Tue, 23 May 2000, Pete Kazmier wrote:
Zope scheduler that is bug free, I need to write a small python script that I can place in a cron job to run every ten minutes to call the query methods of these objects so they update their cache instances. Is there a link on how to get a regular Python script access to the ZODB?
Take a look at Client.py in the ZPublisher subdirectory. --RDM