[REBOL] Re: Multi-Threads
From: petr:krenzelok:trz:cz at: 6-Jan-2001 21:10
----- Original Message -----
From: Rondon Andrade <[rondon--andrade--uol--com--br]>
To: <[rebol-list--rebol--com]>
Sent: Saturday, January 06, 2001 8:19 PM
Subject: [REBOL] Multi-Threads
> Hi everybody!!
>
> 1.How can I start various scripts simultaneously (do %script1.r %script2
> %script3, like java in Multi-threads ? The way I'm doing I just see it
> running in serial not in parallel process.
->> help launch
USAGE:
LAUNCH value /reboot
DESCRIPTION:
Launches a new REBOL interpreter process.
LAUNCH is a native value.
ARGUMENTS:
value -- The command-line arguments (Type: any-string)
REFINEMENTS:
/reboot
->>
> 2. How many simultaneous connections a rebol script can hold? Or Does it
> depend upon the server ? I mean, if I put my application in my apache
server
> does it generate a lot of overhead ?
Hmm, that's not so simple imo. I am not sure you should maintain connection
when using Apache web server. If you are using Apache, you are doing CGI
with rebol, no?
But maybe I just fully don't understand your intentions ...
Cheers,
-pekr-