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

[REBOL] Re: port and capture was: help from Dixon or others about port

From: petr:krenzelok:trz:cz at: 7-Sep-2001 12:16

Romano Paolo Tenca wrote:
> Now I've found the info in Core Manual (RTFM for me!). You can "first" a > listen port only when a new connection has been set by remote user. I think > that "first" makes an automatic "wait" if there are not connections (Not > tested). >
No, it doesn't imo - it waits (blocks) but will stop waiting once it times out (you can set timeout for each protocol). If you really want to wait, just use: port: first wait listen-port -pekr-