Re: [Zope3-dev] Zope 2 clock server for Zope 3

2006-08-20 Thread Stephan Richter
On Saturday 19 August 2006 11:58, Florian Lindner wrote: > Do Zope3 have something like this? Is someone working on backporting this? The Zope 3 trunk also has a scheduler package that uses twisted to schedule tasks. It has a simple periodic and cron-like API. It is more proof of concept than re

Re: [Zope3-dev] Re: [Checkins] SVN: lovely.rating/ Initial import from Lovely Systems repository

2006-08-20 Thread Stephan Richter
On Saturday 19 August 2006 12:52, Fred Drake wrote: > Seems to me what we need is a way to easily find a list of what's > available, with concise human-readable descriptions of what each does. >  There are a options to consider: Another option is clearly the ZSCP web site. As soon as I am back in

Re: [Zope3-dev] Zope 2 clock server for Zope 3

2006-08-20 Thread Florian Lindner
Am Sonntag, 20. August 2006 06:11 schrieb Christian Theune: > Hi, > > you might try a look at the recently released zc.async which allows you > to leverage twisted asynchronous handling together with persistent > objects (as far as I know right now, haven't looked at it personally yet). I've overf