[EMAIL PROTECTED] wrote:

> Hello,
>
> A newbie REBOL user, I'm trying to do 2-way communication over TCP/IP using
> REBOL..... problem of HANGING until data arrives on
> the port ...

the lettle-bell.r code is a good example of opening multiple ports
and suspending till either one of them has data ready.
there are links to it on the [not-the-navbar]  "contest" page.

  http://www.rebol.com/contest.html

I see it is documented that you can also put an integer in as one of the items
in the block to wait on and that defines a timeout.

Reply via email to