Posted By: Eric Wong
Date: 2012-03-24 01:27
Summary: kgio 2.7.4 - small fixes and cleanups
Project: Rainbows!
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).
* http://bogomips.org/kgio/ * kgio@librelist.org />* git://bogomips.org/kgio.git
Changes:
Fix build for platforms lacking both TCP_CORK _and_ TCP_NOPUSH There are many test case fixes and cleanups, too. |
|