[ruby-core:68833] [Ruby trunk - Feature #11056] [Open] [PATCH] lib/net/*: use io/wait methods instead of IO.select

From: normalperson@...
Date: 2015-04-10 22:01:45 UTC
List: ruby-core #68833
Issue #11056 has been reported by Eric Wong.

----------------------------------------
Feature #11056: [PATCH] lib/net/*: use io/wait methods instead of IO.select
https://bugs.ruby-lang.org/issues/11056

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: Eric Wong
----------------------------------------
lib/net/*: use io/wait methods instead of IO.select

io/wait is expected to work on any platform where sockets are
supported.  io/wait methods uses fewer allocations and uses
ppoll internally under Linux for better performance on
high-numbered FDs.

[ruby-core:35572] describes the performance advantage of ppoll
on high-numbered FDs.

* lib/net/protocol.rb (rbuf_fill): use IO#wait_*able
* lib/net/http/generic_request.rb (wait_for_continue): ditto


I'll commit in a few days unless there are objections.


---Files--------------------------------
0001-lib-net-use-io-wait-methods-instead-of-IO.select.patch (2.3 KB)


-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next