>dhc> REBOL does not currently support multiple threads.  So no fork() 
>yet...
>
>As I expected %(
>
>dhc> But there are always other ways to make the program work without
>dhc> threading...  What did you need it for exactly?
>
>I want to make simple multithreaded HTTP proxy :) But now I see there
>is no way...

not entirely true.  This is exactly why I asked, I recently updated the 
webserver I wrote so it could serve up multiple files at once.  If you want 
to take a look at how it works it's called "webserv.r" and is available on 
rebol.org.  Or mail off-list and I can try to explain it.  It's not quite as 
simple as fork()ing but it's not that bad really.

- Cal Dixon ([EMAIL PROTECTED])

-><-
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to