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

[REBOL] Re: waiting on ports

From: Micael:Gullmes:telenor:se at: 25-Aug-2003 16:41

Hi Matt, I am not sure if I understand what you mean by a series of ports. You can specify the timeout for TCP ports using: port: open tcp:192.1.1.1:5001 port/timeout: 5 I hope this is a start. Brgds /Micael -----Ursprungligt meddelande----- Från: Matt MacDonald [mailto:[mattsmac--hotmail--com]] Skickat: den 25 augusti 2003 16:00 Till: [rebol-list--rebol--com] Ämne: [REBOL] waiting on ports I have a series of ports, c. I want to wait on all of them, but I also want to specify the timeout parameter, 5 seconds. How can I do this? ready: wait [c 5] does not work. Matt