[#63592] [ruby-trunk - Bug #10009] IO operation is 10x slower in multi-thread environment — normalperson@...
Issue #10009 has been updated by Eric Wong.
3 messages
2014/07/08
[#63682] [ruby-trunk - Feature #10030] [PATCH] reduce rb_iseq_struct to 296 bytes — ko1@...
Issue #10030 has been updated by Koichi Sasada.
3 messages
2014/07/13
[#63703] [ruby-trunk - Feature #10030] [PATCH] reduce rb_iseq_struct to 296 bytes — ko1@...
Issue #10030 has been updated by Koichi Sasada.
3 messages
2014/07/14
[#63743] [ruby-trunk - Bug #10037] Since r46798 on Solaris, "[BUG] rb_vm_get_cref: unreachable" during make — ngotogenome@...
Issue #10037 has been updated by Naohisa Goto.
3 messages
2014/07/15
[#64136] Ruby 2.1.2 (and 2.1.1 and probably others) assumes a libffi with 3 version numbers in extconf.rb — "Jeffrey 'jf' Lim" <jfs.world@...>
As per subject.
4 messages
2014/07/31
[#64138] Re: Ruby 2.1.2 (and 2.1.1 and probably others) assumes a libffi with 3 version numbers in extconf.rb
— "Jeffrey 'jf' Lim" <jfs.world@...>
2014/07/31
On Thu, Jul 31, 2014 at 6:03 PM, Jeffrey 'jf' Lim <jfs.world@gmail.com>
[ruby-core:63768] [ruby-trunk - Bug #10044] [Open] socket.write has different behaviors in process and thread
From:
tony.hu.hailin@...
Date:
2014-07-16 09:33:16 UTC
List:
ruby-core #63768
Issue #10044 has been reported by Hailin Hu. ---------------------------------------- Bug #10044: socket.write has different behaviors in process and thread https://bugs.ruby-lang.org/issues/10044 * Author: Hailin Hu * Status: Open * Priority: Normal * Assignee: * Category: * Target version: * ruby -v: ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- It's a use case that sending message to syslog through unix socket. My env is Amazon Linux 2013.09. Run the script attached and check /var/log/message, you will see: The result of socket.write in a thread is cut around 4KB, which seems like common PAGESIZE or something like that. The other 3 cases are OK with the 5KB message. According to "man 2 send", it is said "With zero flags argument, send() is equivalent to write(2)". I'm not sure if it is the right reference. Is it an issue of ruby? ---Files-------------------------------- send_n_write.rb (502 Bytes) -- https://bugs.ruby-lang.org/