Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Mutli-threading

From: mlo:info:fundp:ac:be at: 12-Mar-2003 21:54

On 3/12/03 6:24 PM, "[NAME]" <[ADDRESS]> wrote:
> Hi Miguel, > > ML> Is that possible to handle the multi-threading (concurrent programming > like > ML> in Java) in rebol ? > > REBOL doesn't support native multi-threading, but some folks around > here have written cooperative threading engines with REBOL. What is it > you're trying to accomplish? > > -- Gregg
Open multiple sockets at the same time for measuring the CPU load of a server. I have to know which thread fails which doesn't, its prioririty, its CPU load...