Path: | README (CVS) |
Last Update: | Mon Apr 02 21:11:24 -0400 2012 |
kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications (that run on Unix-like platforms).
The library consists of a C extension so you‘ll need a Unix-like system with a C compiler and Ruby development libraries/headers.
rubyforge.org/frs/?group_id=8977
You may also install it via RubyGems.org:
gem install kgio
You can get the latest source via git from the following locations (these versions may not be stable):
git://bogomips.org/kgio.git git://repo.or.cz/kgio.git (mirror)
You may browse the code from the web and download the latest snapshot tarballs here:
See the HACKING guide on how to contribute and build prerelease gems from git.
All feedback (bug reports, user/development dicussion, patches, pull requests) go to the mailing list/newsgroup. See the ISSUES document for information on the kgio mailing list
For the latest on kgio releases, you may check our NEWS page (and subscribe to our Atom feed).