[REBOL] Re: Lightweight threading / task system impl. questions
From: robert:muench:robertmuench at: 1-Feb-2002 15:06
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
> Maarten Koopmans
> Sent: Friday, February 01, 2002 10:14 AM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] Lightweight threading / task system impl. questions
> In my rewrite o Rugby I am cuurently incorporating a "task" system. It works
> like a queue of code blocks of which one is executed when there is no IO for
> a certain time.
Hi Maarten, you might want to have a look at the state-machine-based
multitasking system used in the Xitami www-server (http://www.xitami.com) The
task-system is available as a seperate library with docs. Robert