Hi,

At Mon, 18 Jul 2005 00:42:17 +0900,
James Edward Gray II wrote in [ruby-talk:148480]:
> A couple more questions and then I promise I'm done:
> 
> 1.  Do I then use send() and recvfrom() to write and read data?   
> (Other messages in this thread have me nervous about recvfrom().)

You can use them as well as read()/write().

> 2.  Will these also throw Errno::EWOULDBLOCK?

No, send/recv will retry automatically while EWOULDBLOCK.

-- 
Nobu Nakada