[REBOL] Read and Launch
From: rondon::andrade::uol::com::br at: 10-Aug-2001 16:04
Hi Rebolers!
How can I execute the 'read command simultaneously ?
I mean:
data: read %file.txt
sheet: read %file.xsl
page: read http://somesite.com/someinformation/
;Check data from text file with xsl file and read site.
do analyse.r
Do I have to use a a file for each script and process each file using
'launch command ?
How Could I do this using FastCgi? Should I use launch command inside my
script also ?
Thanks in advance
Rondon