30 Jan
2002
30 Jan
'02
5:20 p.m.
Michel Vayssade wrote:
Hi,
is there a standard hook, to say to the zope server "execute the method Myproduct.mymethod" each day/hour/min ... (like a unix cron)
(okay, I could use "brute force" sending an http://...request directly from a cron shell script with telnet host 8080 ...)
Are you familiar with Loren Stafford's Xron product? (see http://www.zope.org/Members/lstaffor/Xron) It may meet your needs. -r