From: Aaron Patterson Date: 2008-12-02T03:22:32+09:00 Subject: [ruby-core:20191] [Bug #806] Net::Protocol#rbuf_fill is slow Bug #806: Net::Protocol#rbuf_fill is slow http://redmine.ruby-lang.org/issues/show/806 Author: Aaron Patterson Status: Open, Priority: Normal Category: lib Net::Protocol#rbuf_fill is slow. We can take advantage of io.read_nonblock and IO.select to deal with timeouts. I've attached a patch. ---------------------------------------- http://redmine.ruby-lang.org