Forums » Ruby-core » Re: Nonblocking socket-connect

Re: Nonblocking socket-connect
Posted by Berger, Daniel (Guest)
on 15.05.2006 18:27
>     on Tue, 16 May 2006 00:42:39 +0900, "Francis Cianfrocca" 
> oppose to general purpose non-blocking attribute for IO.  
> Hint: name, name.
> 
> 							matz.

A separate AIO class as Python does?

A separate NIO class as Java does?

Just tossing ideas out there.

Dan


This communication is the property of Qwest and may contain confidential 
or
privileged information. Unauthorized use of this communication is 
strictly
prohibited and may be unlawful.  If you have received this communication
in error, please immediately notify the sender by reply e-mail and 
destroy
all copies of the communication and any attachments.
Re: Re: Nonblocking socket-connect
Posted by Francis Cianfrocca (Guest)
on 15.05.2006 18:36
I have to admit, I seriously dislike AIO. In my experience, it only
really works well on Windows (and believe me, I hate to admit that).
I have to implement NIO anyway for eventmachine, so I'll keep in mind
the possibility of a standalone class that would be separate and
distinct from IO. If it turns out well, I'll propose it here.