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

[REBOL] Re: html post

From: brett:codeconscious at: 8-Aug-2002 13:21

Hi Andrew, As far as I'm aware, READ-IO is meant to be used inside some sort of loop, ie. it is used multiple times until it exhausts the input. So as it stands, if I haven't misunderstood your code, your input-cgi function is creating an arbitrary maximum input capacity. Also IIRC, READ-IO an attracted an RT warning in the past that it should be avoided where possible because it is low level. In this case I'm pretty sure it can't be avoided - but hopefully some will up date my knowledge if I'm incorrect on this. :^) Regards, Brett.