From: Eric Wong Date: 2011-03-26T03:35:33+09:00 Subject: [ruby-core:35555] [Ruby 1.9 - Bug #4527][Open] [PATCH] IO#close releases GVL if possible Issue #4527 has been reported by Eric Wong. ---------------------------------------- Bug #4527: [PATCH] IO#close releases GVL if possible http://redmine.ruby-lang.org/issues/4527 Author: Eric Wong Status: Open Priority: Normal Assignee: 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