Posted By: Eric Wong
Date: 2013-01-18 11:03
Summary: kgio 2.8.0 - TCP Fast Open, writev/trywritev
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:
TCP Fast Open in Linux 3.7 and later is now supported in the client via Kgio::Socket#kgio_fastopen.
This release also adds the kgio_writev and kgio_trywritev methods, thanks to funny-falcon |
|