Posted By: Eric Wong
Date: 2011-05-21 02:57
Summary: kgio 2.4.1 - Kgio.poll avoids EINTR, really
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.
* http://bogomips.org/kgio/ * kgio@librelist.org />* git://bogomips.org/kgio.git
Changes:
This release fixes a race condition that could allow Errno::EINTR to be raised even though the 2.4.0 release was supposed to stop that.
Nobody uses Kgio.poll, really, so this shouldn't be an issue for real code, yet. |
|