RubyGems Navigation menu

zmqmachine 0.3.2

ZMQMachine is another Ruby implementation of the reactor pattern but this time using 0mq sockets rather than POSIX sockets. Unlike the great Eventmachine ruby project and the Python Twisted project which work with POSIX sockets, ZMQMachine is inherently threaded. The 0mq sockets backing the reactor use a thread pool for performing their work so already it is different from most other reactors. Also, a single program may create multiple reactor instances which runs in its own thread. All activity within the reactor is single-threaded and asynchronous. It is possible to extend the 0mq library to "poll" normal file descriptors. This isn't on my roadmap but patches are accepted.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.7.1 - December 01, 2011 (35.5KB)
  2. 0.6.0 - October 24, 2011 (30.5KB)
  3. 0.5.2 - September 13, 2011 (30.5KB)
  4. 0.5.0 - May 03, 2011 (29KB)
  5. 0.4.0 - December 22, 2010 (26KB)
  6. 0.3.2 - August 31, 2010 (24.5KB)
全てのバージョンを表示(全8件)

Runtime依存関係 (1):

ffi-rzmq >= 0.5.0

Development依存関係 (1):

bones >= 3.4.7

所有者:

作者:

  • Chuck Remes

SHA 256チェックサム:

ea49edd8d118e6cadb56b415d9e487167bfcad9f2cb335ff8673703ab73a9e67

累計ダウンロード数 38,123

このバージョンのみ 3,471

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: