I�m waiting to get more input so that I can understand
the issues better . 

I imagine someone has thought about this for Rugby or
another app
 
Jose

--- Anton <[EMAIL PROTECTED]> escribi�: > I would
recommend your script to launch, eg.
> 10 new processes, passing them a start time and 
> a unique id number, one by one.
> 
> How to pass the information across? Three ways:
> 1) save and read a file with the information in it
> 2) via a server/client exchange on a tcp port
> 3) write to and read from clipboard://
> 
> The launched rebol processes get this information
> so they know when to start.
> So they all wait for the start time then begin
> to make requests together.
> After finishing the attack (I mean, test) each
> process stores its results in a file with a filename
> corresponding to its id.
> (ie. results1, results2, ... results10)
> The original, mother script examines these files
> after an appropriate wait to collate the results.
> (Or I suppose you could use clipboard:// again to
> get the data serially).
> 
> I am almost inspired to do this myself.
> Let me know how you go.
> 
> Anton.
> 
> > What I would like to do is to spawn multiple rebol
> > processes that try to read a page from a local
> Apache
> > server.
> > 
> > If I can control the number of processes to spawn
> > using "launch" and measure the response time of
> each
> > read then I could measure the server's response
> time
> > as a function of the number of simultaneous reads.
> > 
> > Does anybody have any ideas or experience using
> launch
> > ?
> 
> > What is the launch/link url for ?
> 
> That's a good question.
> I'd like to find out too.
> For connecting to a Rebol/Link server?
> Not really sure.
>  
> > Thanks
> > Jose
> 
> -- 
> To unsubscribe from this list, please send an email
> to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.
>  

_______________________________________________________________
Copa del Mundo de la FIFA 2002
El �nico lugar de Internet con v�deos de los 64 partidos. 
�Ap�ntante ya! en http://fifaworldcup.yahoo.com/fc/es/
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to