From: Motohiro KOSAKI Date: 2011-03-06T22:58:04+09:00 Subject: [ruby-core:35437] [Ruby 1.9 - Bug #4463][Closed] [PATCH] release GVL for fcntl() for operations that may block Issue #4463 has been updated by Motohiro KOSAKI. Status changed from Open to Closed ---------------------------------------- Bug #4463: [PATCH] release GVL for fcntl() for operations that may block http://redmine.ruby-lang.org/issues/4463 Author: Eric Wong Status: Closed Priority: Normal Assignee: Category: core Target version: 1.9.x ruby -v: - Users of F_SETLKW may block the entire VM via IO#fcntl, release the GVL so other operations may continue. -- http://redmine.ruby-lang.org