Subject: [ruby-talk:8458] Re: Proper Usage of recv(from)?
From: ts <decoux moulon.inra.fr>
Date: Mon, 1 Jan 2001 23:05:43 +0900
References:
In-reply-to: message from Peter Yu on Mon, 1 Jan 2001 16:40:02 +0900
>>>>> "P" == Peter Yu <roger_callisto / hotmail.com> writes:
P> Anyone know what I'm doing wrong?
Perhaps you can try to set it in nonblocking mode, and catch
Errno::EWOULDBLOCK
Guy Decoux