[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

Reply via email to