[REBOL] Re: Mutli-threading
From: maarten:koopmans:surfnet:nl at: 13-Mar-2003 10:55
Hi Miguel,
Or use non-blocking I/O with event handling. If you download Rugby,
http://www.rebolforces.com/~erebol
you'll see a file called hipe.r in the modules subdirectory of the
archive. This is an I/O engine that does exactly that. You simple supply
it a function that "knows" how to handle incoming data (the handler).
Rugby is just such a function.
Feel free to ask any advice if you'll need more info on it.
There is an article about hipe as well:
http://www.rebolforces.com/articles/hipe.html
--Maarten