From: redmine@... Date: 2011-04-11T22:00:25+09:00 Subject: [ruby-core:35705] [Ruby 1.9 - Bug #4526][Closed] [PATCH] IO#syswrite releases GVL Issue #4526 has been updated by Motohiro KOSAKI. Status changed from Assigned to Closed Committed by r31237. ---------------------------------------- Bug #4526: [PATCH] IO#syswrite releases GVL http://redmine.ruby-lang.org/issues/4526 Author: Eric Wong Status: Closed Priority: Normal Assignee: Motohiro KOSAKI Category: core Target version: 1.9.x ruby -v: ruby 1.9.3dev (2011-03-25 trunk 31173) [x86_64-linux] While local FS writes are usually buffered, the buffers can be full or the file opened with O_SYNC. IO#syswrite can also be used on blocking IOs (pipe/socket) just like IO#write. -- http://redmine.ruby-lang.org