On Sun, May 7, 2000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

:I am wondering if there is a way to "multithread" a rebol command in the
:background.

                                Not yet. 

:More questions:  Is there a way to launch another instance of rebol within a
:rebol script? 

                                Not directly, but if there's a local web server 
floating around, you
could have one instance of Rebol start up another instance by having the
webserver invoke a Rebol CGI script. CGI also enables some fairly simple
ways of passing data between the scripts. Path-info, query-strings,
POSTed data, etc. 
        
.:Eric

Reply via email to