executing scheduled commands in separate thread
hi, 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.) thanks -oliver
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
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.
where can I find ZScheduler or more information about it? I have searched the Zope site with no results .. --Oliver
http://www.zope.org/Members/lstaffor -- Loren ----- Original Message ----- From: Oliver Frommel <oliver@aec.at> To: Morten W. Petersen <morten@src.no> Cc: <zope-dev@zope.org> Sent: May 11, 2000 02:45 PM Subject: Re: [Zope-dev] executing scheduled commands in separate thread
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.
where can I find ZScheduler or more information about it? I have searched the Zope site with no results ..
--Oliver
_______________________________________________ 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 (3)
-
Loren Stafford -
Morten W. Petersen -
Oliver Frommel