[Zope-dev] executing scheduled commands in separate thread
Morten W. Petersen
morten@src.no
Wed, 10 May 2000 13:56:13 +0200 (CEST)
> a while ago I saw the proposal to schedule events via cron and lynx or wget
> (or maybe zclient). however I would prefer a self contained solution.
> isn't there a way just to add a new thread to Zserver checking for scheduled
> tasks?
> is there documentation for the zope architecture in general?
> (like which thrad does what, main threads etc.)
Have you seen ZScheduler?
Self contained is better =].
ZSceduler is on the way, but if I remember correctly, there were/are some
problems with threading.
-Morten