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

[REBOL] Re: No-wait

From: ptretter:charter at: 23-Feb-2004 17:16

Excellent, Finally got the answer to it. I knew there had to be a purpose. I tried an example: fetch: open tcp://www.rebol.com:80 copy fetch fetch: open/no-wait tcp://www.rebol.com:80 copy fetch Good, now I know to only use no-wait for client ports. Thanks Andreas. Paul Tretter