Document Actions
ZScheduler
Up one level
Native Zope Event Scheduling
We're finally getting our act together to deliver this important adjunct to Zope.
ZScheduler will comprise the following:
- a ZScheduler object in your Root Folder
- event queue management
- logging of all event output (and exceptions)
- choice of timer implementations:
- None
- External (Crontab)
- Internal Single-Threaded
- Internal Multi-Threaded
ZSCheduleEvent instance(s) are placed in the container of the callable instance they schedule. ZScheduleEvent's allow you to define event times using the same API as Unix's crontab.
In the ZScheduler, you may define the product(s) that are callable.

Products.ZScheduler
