about summary refs log tree commit homepage
tag namev3.1.0 (dfd4b4a898acd1d069c2cd709a00f3d2033a3f40)
tag date2011-05-01 14:17:18 -0700
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 0b07f9c8ac...
downloadruby_io_splice-3.1.0.tar.gz
io_splice 3.1.0 - IO::Splice.copy_stream improvement
IO::Splice.copy_stream no longer modifies the actual file offset
of the given source file (if it's a regular file).  This follows
IO.copy_stream and IO#sendfile semantics, allowing multiple
threads/processes to simultaneously stream a single regular file
descriptor to multiple sockets/pipes.