6 Apr
2005
6 Apr
'05
3:05 p.m.
Chris McDonough <chrism@plope.com> wrote:
I was creeped out by Zope scheduling products that started a separate thread to call methods at scheduled intervals and I got tired of setting up cron+wget to call Zope methods via HTTP, thus:
http://plope.com/software/ClockServer
It works by posing as a medusa server, and injects things that look like http requests into the publisher every so often.
Very nice. I'm confused about the need for an external module for timeslice. What's wrong with: def timeslice(period, when=0): return when - (when % period) Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D +33 1 40 33 71 59 http://nuxeo.com fg@nuxeo.com