Files | Admin

Notes:

Release Name: 2.0.1

Notes:
socket_dontwait 2.0.1

This library is a drop-in replacement that reimplements several IO
methods with replacements using MSG_DONTWAIT for BasicSocket.  This
allows us to avoid unnecessary system calls and GVL bouncing.

* http://bogomips.org/socket_dontwait/
* rainbows-talk@rubyforge.org
* git://bogomips.org/socket_dontwait.git

Changes:

This release includes bugfixes, Ruby 1.9.3dev support.
Userspace buffering is completely ignored now, we no
longer fall back to old methods anymore.

The license is now dual GPLv2 + GPLv3 with the Ruby-specific
license conditions removed.

Ignore the 2.0.0 release, gemspec was broken.



Changes: GIT-VERSION-GEN | 2 +- socket_dontwait.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a8535819de2cef0ac78a8d3adbf22033ec3a3dce Author: Eric Wong Date: Wed Apr 6 14:58:41 2011 -0700 socket_dontwait 2.0.1 This release includes bugfixes, Ruby 1.9.3dev support. Userspace buffering is completely ignored now, we no longer fall back to old methods anymore. The license is now dual GPLv2 + GPLv3 with the Ruby-specific license conditions removed. Ignore the 2.0.0 release, gemspec was broken. commit 6e256ec82d7cf56d0c0be617799832f9bdc013af Author: Eric Wong Date: Wed Apr 6 14:58:27 2011 -0700 gemspec: fix description, oops