Hello, I have a product based on Xron that runs nicely under Zope-2.6.x. Now Xron doens't work under 2.7 so I guess that's why my program isn't either. I have googled for other schedule programs working with Zope-2.7 and found ZopeScheduler. Now while I can find ZopeScheduler in the collective cvs repository, it is impossible to find TimerService anywhere (which ZopeScheduler depends on). All the stuff should be found at http://dev.legco.biz but that website is down :-(( Is the project discontinued or moved to some other website? I really need some schedule stuff in Zope. Greetings, Gitte Wange
Gitte Wange wrote at 2004-8-8 17:25 +0200:
... All the stuff should be found at http://dev.legco.biz but that website is down :-(( Is the project discontinued or moved to some other website? I really need some schedule stuff in Zope.
We are using Events from Zope's CVS and a scheduler from Chris McDonnough (or similary spelled). -- Dieter
Dieter Maurer wrote:
Gitte Wange wrote at 2004-8-8 17:25 +0200:
... All the stuff should be found at http://dev.legco.biz but that website is down :-(( Is the project discontinued or moved to some other website? I really need some schedule stuff in Zope.
We are using Events from Zope's CVS and a scheduler from Chris McDonnough (or similary spelled).
Well I tried to implement the TimerService into my Product and it works like a charm :-) the only thing I cannot figure out it how to change the interval - it's set to 600 secs right now and I need only 60 .... Any hints? Greetings, Gitte Wange
Gitte Wange wrote at 2004-8-11 13:40 +0200:
... Well I tried to implement the TimerService into my Product and it works like a charm :-)
the only thing I cannot figure out it how to change the interval - it's set to 600 secs right now and I need only 60 ....
Any hints?
Look at the source... Surely, the 600 have a natural cause (i.e. come from the source and do not occur by magic) ;-) -- Dieter
participants (2)
-
Dieter Maurer -
Gitte Wange