2011-11-16 17:29:48 +01:00
|
|
|
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).
|
|
|
|
|
2011-12-20 01:21:54 +01:00
|
|
|
WWW: http://bogomips.org/kgio/
|