RAA - io_splice/2.2.0

io_splice / 2.2.0

Short description: zero-copy pipe I/O for Linux and Ruby
Category: Library/System
Status: stable
Created: 2010-02-15 08:54:20 GMT
Last update: 2010-08-02 08:13:31 GMT
Owner: Ruby io_splice hackers (Projects of this owner)
Homepage: http://bogomips.org/ruby_io_splice/
Download: http://rubyforge.org/frs/?group_id=5626
License: LGPL
Dependency:
None
Description:

The splice family of Linux system calls can transfer data between file
descriptors without the need to copy data into userspace. Instead of a
userspace buffer, they rely on an ordinary Unix pipe as a kernel-level
buffer.

* ruby.io.splice@librelist.com
* git://git.bogomips.org/ruby_io_splice.git
* http://git.bogomips.org/cgit/ruby_io_splice.git

Versions: [4.2.0 (2013-01-19)] [4.1.1 (2011-05-18)] [4.1.0 (2011-05-16)] [4.0.0 (2011-05-13)] [3.1.0 (2011-05-01)] [3.0.0 (2011-03-01)] [2.2.0 (2010-08-02)] [2.1.0 (2010-06-06)] [2.0.0 (2010-06-05)] [1.0.0 (2010-05-27)] [0.1.0 (2010-02-15)]

Edit this project (for project owner)

back to RAA top