ZScheduler version 0.0.3
Alpha version 0.0.3 of ZScheduler, available at http://www.zope.org/Members/lstaffor/ZScheduler/ supports subclassing ZEvent in a ZClass, which should make it much more useful. You can override the "reschedule" method in the ZClass to implement your own rescheduling policy. For example, a reschedule method that simply says: <dtml-call "REQUEST.set('ZEventTime', REQUEST.ZEventOldTime + 1.0/24)"> causes the ZEvent to be repeated hourly. This is alpha software, tested with Zope 2.1.4 on Windows 98 only. Don't deploy in a production environment. I've had one report that it "freezes" Zope on Linux, but no details. My plans are to test next on Solaris, later on Linux. -- Loren
Loren Stafford wrote: ...
deploy in a production environment. I've had one report that it "freezes" Zope on Linux,
Here's a second one. -- In flying I have learned that carelessness and overconfidence are usually far more dangerous than deliberately accepted risks. -- Wilbur Wright in a letter to his father, September 1900
Thanks. I discovered that it also freezes things up on Solaris. -- Loren ----- Original Message ----- From: Bill Anderson <bill@libc.org> To: zope-dev <zope-dev@zope.org> Sent: March 14, 2000 05:08 PM Subject: Re: [Zope-dev] ZScheduler version 0.0.3
Loren Stafford wrote: ...
deploy in a production environment. I've had one report that it "freezes" Zope on Linux,
Here's a second one.
-- In flying I have learned that carelessness and overconfidence are usually far more dangerous than deliberately accepted risks. -- Wilbur Wright in a letter to his father, September 1900
_______________________________________________ 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)
-
Bill Anderson -
Loren Stafford