Is there an ETA of a public beta of /command? Also will /command be available on all platforms that the rebol core runs on? ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 07, 2000 2:52 AM Subject: [REBOL] Multithreaded rebol commands? Re: > > > [EMAIL PROTECTED] wrote: > > > Hi, > > > > I am wondering if there is a way to "multithread" a rebol command in the > > background. > > > > For instance I want to open a port connection to another computer and it > > will take a while to open. I don't want to wait for it to open right now > > and I want to do some other code while I wait. > > > > open port > > other code > > check if port is open yet > > You can't do it yet ... > > > More questions: Is there a way to launch another instance of rebol within a > > rebol script? > > yes, but only using /command version, which is currently in early beta stage ... > > > Is it possible to run more that one rebol script > > (multithreaded) within one instance of rebol? > > No, it is not ... > > -pekr- > > > Thanks, > > Max >
