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

[REBOL] Re: [Question] read-io & write-io

From: Rebolinth::nodep::dds::nl at: 24-Dec-2003 22:30

Quoting Paul Tretter Hello Paul, COPY uses buffering (controled/predefined by rebol) and you should use the series commands on the ports where you dont use /direct statement. You can though change this size by using set-modes on the ports for data-traffic though. (thats not the buffer size) Read-io write-io are variable in declining buffers (as the document states) using /direct mode. What you do afterwards with the buffer is up to you ;-) (R)egards, Norman. -> I remember it being said that readio and writeio were lower level -> functions -> for handling port data. Not sure what the distinction is between those -> and -> copy port, append port are. Can anyone provide more information on those -> differences. -> -> Paul Tretter