Project

General

Profile

Actions

Bug #4526

closed

[PATCH] IO#syswrite releases GVL

Added by normalperson (Eric Wong) about 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.3dev (2011-03-25 trunk 31173) [x86_64-linux]
Backport:
[ruby-core:35554]

Description

=begin
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.

=end


Files

0001-IO-syswrite-releases-GVL.patch (835 Bytes) 0001-IO-syswrite-releases-GVL.patch [PATCH] IO#syswrite releases GVL normalperson (Eric Wong), 03/26/2011 02:20 AM

Updated by kosaki (Motohiro KOSAKI) about 13 years ago

  • Status changed from Open to Assigned
  • Assignee set to kosaki (Motohiro KOSAKI)

=begin
O.K.
=end

Updated by kosaki (Motohiro KOSAKI) about 13 years ago

  • Status changed from Assigned to Closed

=begin
Committed by r31237.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0