RubyGems.org

ffi-rzmq

0.7.1

This gem wraps the ZeroMQ networking library using the ruby FFI (foreign function interface). It's a pure ruby wrapper so this gem can be loaded and run by any ruby runtime that supports FFI. That's all of them: MRI 1.9.x, Rubinius and JRuby. The impetus behind this library was to provide support for ZeroMQ in JRuby which has native threads. Unlike MRI, IronRuby and Rubinius which all have a GIL, JRuby allows for threaded access to ruby code from outside extensions. ZeroMQ is heavily threaded, so until the other runtimes remove their GIL, JRuby will likely be the best environment to run this library.

installgem install ffi-rzmq -v 0.7.1
Authors

Chuck Remes

74,832 total downloads 1,178 for this version
Owners

45d24abef9e4d54d148a4c6c6b8b865a18acc61ee33a819be6aaac46a92bba43

Gemfile
gem "ffi-rzmq", "~> 0.7.1"
Versions
  1. 1.0.1 April 18, 2013
  2. 1.0.0 January 24, 2013
  3. 0.9.7 January 4, 2013
  4. 0.9.6 August 8, 2012
  5. 0.9.3 December 20, 2011
Show all versions (15 total)
Development Dependencies
  1. bones >= 3.6.2