In article <4.2.0.58.19990827110605.00e19e90@lisp.atmm.nl>, Martijn Pieters <mj@antraciet.nl> writes
At 10:59 27/08/99 , Alexander Staubo wrote:
-----Original Message----- From: Martijn Pieters [mailto:mj@antraciet.nl] Sent: 27. august 1999 10:18 To: Alexander Staubo; Zope Mailing List (E-mail) Subject: RE: [Zope] Idea: ZTest: Integrated Use-case based web site testin g.
[snip]
Who writes this thing? This being an open source initiative(TM), I'm all for chipping in. Anyone want to join the Scheduler Task Force?
Well, we are getting a nice list of requirements already =). Anyone having some list space? Or shall we just move over to Zope-Dev?
I have list space to spare, but I don't think this is big enough for a long-winded discussion -- let's implement rather than jerk off. ;)
If you're interested, Martijn, we two can kick off this one. Or, we can set up a list and start jerking off. ;)
Okidoki, let's do this then. I'll move this thread to Zope-dev too.
First some jerking to get things straight:
I still think we should do the scheduler with a queue, we can always convert to multiple threads later. Let's keep it simple and expand.
Scheduled Event objects are to be based on DTML Methods with some extra properties to set up frequence, etc.
... I have a JobQueue class which I am using as a FIFO in Zope -- Robin Becker