[Zope] ClockServer 0.1 released
Florent Guillaume
fg at nuxeo.com
Wed Apr 6 11:05:17 EDT 2005
Chris McDonough <chrism at 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 at nuxeo.com
More information about the Zope
mailing list