ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:41247] [ruby-trunk - Feature #5665][Open] [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL
@ 2011-11-23 10:50 Eric Wong
  2011-11-23 17:51 ` [ruby-core:41257] [ruby-trunk - Feature #5665][Assigned] " Motohiro KOSAKI
  2011-11-24  3:35 ` [ruby-core:41276] [ruby-trunk - Feature #5665] " Motohiro KOSAKI
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2011-11-23 10:50 UTC (permalink / raw
  To: ruby-core


Issue #5665 has been reported by Eric Wong.

----------------------------------------
Feature #5665: [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL
http://redmine.ruby-lang.org/issues/5665

Author: Eric Wong
Status: Open
Priority: Low
Assignee: 
Category: core
Target version: 2.0.0


fsync() and fdatasync() may take a long time on slow disks and/or
if there is much dirty data.


Also pullable via git: git pull git://bogomips.org/ruby.git fsync-nogvl

(Once in a while I'll actually care to fsync(), most of the time I can't
 stand it and even use libeatmydata :)



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:41257] [ruby-trunk - Feature #5665][Assigned] [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL
  2011-11-23 10:50 [ruby-core:41247] [ruby-trunk - Feature #5665][Open] [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL Eric Wong
@ 2011-11-23 17:51 ` Motohiro KOSAKI
  2011-11-24  3:35 ` [ruby-core:41276] [ruby-trunk - Feature #5665] " Motohiro KOSAKI
  1 sibling, 0 replies; 3+ messages in thread
From: Motohiro KOSAKI @ 2011-11-23 17:51 UTC (permalink / raw
  To: ruby-core


Issue #5665 has been updated by Motohiro KOSAKI.

Status changed from Open to Assigned
Assignee set to Motohiro KOSAKI

Looks reasonable. I'll commit it.

----------------------------------------
Feature #5665: [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL
http://redmine.ruby-lang.org/issues/5665

Author: Eric Wong
Status: Assigned
Priority: Low
Assignee: Motohiro KOSAKI
Category: core
Target version: 2.0.0


fsync() and fdatasync() may take a long time on slow disks and/or
if there is much dirty data.


Also pullable via git: git pull git://bogomips.org/ruby.git fsync-nogvl

(Once in a while I'll actually care to fsync(), most of the time I can't
 stand it and even use libeatmydata :)



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:41276] [ruby-trunk - Feature #5665] [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL
  2011-11-23 10:50 [ruby-core:41247] [ruby-trunk - Feature #5665][Open] [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL Eric Wong
  2011-11-23 17:51 ` [ruby-core:41257] [ruby-trunk - Feature #5665][Assigned] " Motohiro KOSAKI
@ 2011-11-24  3:35 ` Motohiro KOSAKI
  1 sibling, 0 replies; 3+ messages in thread
From: Motohiro KOSAKI @ 2011-11-24  3:35 UTC (permalink / raw
  To: ruby-core


Issue #5665 has been updated by Motohiro KOSAKI.


r33826
----------------------------------------
Feature #5665: [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL
http://redmine.ruby-lang.org/issues/5665

Author: Eric Wong
Status: Assigned
Priority: Low
Assignee: Motohiro KOSAKI
Category: core
Target version: 2.0.0


fsync() and fdatasync() may take a long time on slow disks and/or
if there is much dirty data.


Also pullable via git: git pull git://bogomips.org/ruby.git fsync-nogvl

(Once in a while I'll actually care to fsync(), most of the time I can't
 stand it and even use libeatmydata :)



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-24  3:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23 10:50 [ruby-core:41247] [ruby-trunk - Feature #5665][Open] [PATCH] io.c (rb_io_fsync,rb_io_fdatasync): release GVL Eric Wong
2011-11-23 17:51 ` [ruby-core:41257] [ruby-trunk - Feature #5665][Assigned] " Motohiro KOSAKI
2011-11-24  3:35 ` [ruby-core:41276] [ruby-trunk - Feature #5665] " Motohiro KOSAKI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).