From: Motohiro KOSAKI <kosaki.motohiro@...> Date: 2011-04-03T21:25:03+09:00 Subject: [ruby-core:35601] [Ruby 1.9 - Bug #4527][Closed] [PATCH] IO#close releases GVL if possible Issue #4527 has been updated by Motohiro KOSAKI. Status changed from Assigned to Closed Eric, I commited slightly modified version because your patch couldn't apply for latest trunk. Could you please confirm it? ---------------------------------------- Bug #4527: [PATCH] IO#close releases GVL if possible http://redmine.ruby-lang.org/issues/4527 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 31181) [x86_64-linux] close() may block for certain file types (NFS, SO_LINGER sockets, inotify), so let other threads run. -- http://redmine.ruby-lang.org