[#409331] Capture HTML table data, pass to Ruby, pass back and display result in HTML text field — Hubert Wagner <lists@...>

Hello :

11 messages 2013/08/04

[#409336] Rakefile Error - Please Help — "Jennifer T." <lists@...>

Hi,

13 messages 2013/08/04
[#409341] Re: Rakefile Error - Please Help — Hassan Schroeder <hassan.schroeder@...> 2013/08/04

On Sun, Aug 4, 2013 at 7:41 AM, Jennifer T. <lists@ruby-forum.com> wrote:

[ANN] nio4r 0.5.0: high-performance cross-platform IO selectors for Ruby

From: Tony Arcieri <tony.arcieri@...>
Date: 2013-08-07 04:53:34 UTC
List: ruby-talk #404610
nio4r provides a high performance IO selector API which lets you monitor
several IO objects for events simultaneously using a single system call.
It's similar to Kernel.select, but keeps its state between calls.

Selectors thunk to the epoll on Linux and kqueue on BSDs, using libev for
Rubies with C extension support (MRI, Rubinius) and Java NIO on JRuby.

Now located at a new home as a Celluloid subproject:

https://github.com/celluloid/nio4r

Changes from 0.4.6:

* Fix segv when attempting to register to a closed selector
* Fix Windows support on Ruby 2.0.0
* Upgrade to libev 4.15

Thanks to Luis Lavena for fixing Windows support on Ruby 2.0.0 and Ravil
Bayramgalin for fixing the crashes on closed selectors.

Enjoy!

-- 
Tony Arcieri
_______________________________________________
ruby-talk mailing list
ruby-talk@ruby-lang.org
http://lists.ruby-lang.org/cgi-bin/mailman/listinfo/ruby-talk

In This Thread

Prev Next