io_splice 4.0.0 - easier to use!v4.0.0
commitfdec276346fb0aa764499f7ad0483b6ba51685a5
authorEric Wong <normalperson@yhbt.net>
Fri, 13 May 2011 02:39:12 +0000 (12 19:39 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 13 May 2011 02:39:12 +0000 (12 19:39 -0700)
treeefaed1ff22994c4b6966e1da156276d579bd41d9
parent48bfb5ce0706334fc8ba42e2f517623fbe90d8b4
io_splice 4.0.0 - easier to use!

Methods now automatically retry on EINTR after checking
IO#closed? and executing interrupts.

There is a new IO::Splice::WAITALL flag (implemented in
userspace) which may be used to cause IO.splice and IO.tee
to retry (while the GVL is released) until the operation
is complete.

IO::Splice.copy_stream now works correctly for large copies
if source offset is specified.

MRI 1.8 is only weakly supported now, MRI 1.9 is the
preferred platform though Rubinius appears to work, too.
GIT-VERSION-GEN