From: Tanaka Akira Date: 2004-11-28T18:10:40+09:00 Subject: Re: [ANN] Multiplexer - linear non-blocking I/O In article <87hdna9yvy.fsf@igloo.phubuh.org>, Mikael Brockman writes: > It is with Multiplexer. :-) I see two advantages of Multiplexer. * sockets are nonblocking mode by default * fewer concurrency issues Are there other advantages? I think Ruby's IO methods should behave as blocking mode even if underlying file descriptor is nonblocking mode, except other threads works well. The current implementation may have some problems, though. (ex. IO#read behaves differently in nonbloking mode.) -- Tanaka Akira