RubyGems Navigation menu

ffi-rzmq 0.5.0

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. Right now that means MRI 1.8.7, 1.9.1 and JRuby. The impetus behind this library was to provide support for ZeroMQ in JRuby which has native threads. Unlike MRI, MacRuby, 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.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 2.0.7 - January 05, 2019 (50.0 KB)
  2. 2.0.6 - February 22, 2018 (47.0 KB)
  3. 2.0.5 - March 24, 2017 (46.5 KB)
  4. 2.0.4 - January 28, 2015 (46.0 KB)
  5. 2.0.1 - January 22, 2014 (45.0 KB)
  6. 0.5.0 - August 15, 2010 (23.0 KB)
顯示所有版本(共 23)

Development 相依性套件 (1):

bones >= 3.4.3

擁有者:

作者:

  • Chuck Remes

SHA 256 checksum:

1cd91df790eea9f6cac35feb31876c72a20a2a2edf76fc6d676990926d56a667

總下載次數 1,445,212

這個版本 3,992

License:

Ruby 版本需求:

相關連結: