I'm planning on adding a feature to Zope, called ZCron or somesuch, that'll run jobs on a regular basis, as with UNIX cron. Just so I don't reinvent the wheel, are there any similar that have been or are being done? Where is the right place to put it (in the source)? Regards, Morten W. Petersen
I've been working on such a thing, called ZScheduler. You can see it in its current unfinished state at http://www.zope.org/Members/lstaffor/ZScheduler. Development has gotten bogged down by some sticky bugs coupled with conflicting priorities. Most of the logic is there, but the signalling between threads is not working right. -- Loren ----- Original Message ----- From: Morten W. Petersen <morten@src.no> To: <zope-dev@zope.org> Sent: April 07, 2000 09:51 PM Subject: [Zope-dev] Where to put stuff (ZCron)
I'm planning on adding a feature to Zope, called ZCron or somesuch, that'll run jobs on a regular basis, as with UNIX cron.
Just so I don't reinvent the wheel, are there any similar that have been or are being done?
Where is the right place to put it (in the source)?
Regards,
Morten W. Petersen
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (2)
-
Loren Stafford -
Morten W. Petersen