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

[REBOL] Re: DNS reading timeout?

From: fsievert:uos at: 22-Aug-2001 22:10

... and if you only want timeout, you can do this: to-receive: ["www.uos.de" "www.amiga.de" "www.rebol.com"] timeout: 2 dns: open dns:///async foreach val to-receive [ insert dns val either wait [dns timeout] [ print [val copy dns] ] [ print ["timeout:" val] close dns dns: open dns:///async ] ] close dns On Wed, 22 Aug 2001, Mat Bettinson wrote: