[REBOL] Re: multi-Thread
From: greggirwin:mindspring at: 3-Dec-2002 11:20
Hi Alban, AG> In other words, what is the equivalent of the fork function in Rebol ? I AG> guess it means running a separate rebol console from the main program. How AG> to do this ? Then, how the 2 process can communicate with eachother ? You can use CALL if you have View/Pro or /Command. Depending on your needs, you can communicate in various ways (STDIO, TCP sockets, command line args, shared files, etc.). -- Gregg