[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69645] [Ruby trunk - Feature #11056] [Closed] [PATCH] lib/net/*: use io/wait methods instead of IO.select
From:
normalperson@...
Date:
2015-06-18 01:04:25 UTC
List:
ruby-core #69645
Issue #11056 has been updated by Eric Wong. Status changed from Open to Closed r50326 ---------------------------------------- Feature #11056: [PATCH] lib/net/*: use io/wait methods instead of IO.select https://bugs.ruby-lang.org/issues/11056#change-52997 * Author: Eric Wong * Status: Closed * 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) io_wait_readable-no-nread-experimental.patch (5.03 KB) -- https://bugs.ruby-lang.org/