Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Read and Launch

From: g:santilli:tiscalinet:it at: 14-Aug-2001 16:23

Hello Anton! On 12-Ago-01, you wrote: A> read/no-wait %file Nope, he would need to open ports like: A>> data: read %file.txt A>> sheet: read %file.xsl A>> page: read http://somesite.com/someinformation/ data-port: open/direct/no-wait %file.txt sheet-port: open/direct/no-wait %file.xsl ; dunno if direct/no-wait works ok on http ports page-port: open/direct/no-wait http://somesite.com/someinformation/ then he can read the data a bit at a time (with copy/part etc.), or set up an awake function for the ports, then wait on them, so that REBOL will read almost simultaneously (sp?) from them. Regards, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/