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:02

You an open some async dns-ports: dns: [] loop 10 [ append dns open dns:///async ] Now you need some work. You can wait for the ports with wait/all dns and you will receive the data. You can save the query-string in the user-data - field of the ports. You will need to build some timeout-handling yourself. Hope that helps, Frank On Wed, 22 Aug 2001, Mat Bettinson wrote: