RubyGems Navigation menu

zmqmachine 0.7.1

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:
= Copier Copié!

installation:
=

Versions:

  1. 0.7.1 - December 01, 2011 (35,5 ko)
  2. 0.6.0 - October 24, 2011 (30,5 ko)
  3. 0.5.2 - September 13, 2011 (30,5 ko)
  4. 0.5.0 - May 03, 2011 (29 ko)
  5. 0.4.0 - December 22, 2010 (26 ko)
Voir toutes les versions (8)

Dépendances de Runtime (1):

ffi-rzmq >= 0.9.2

Dépendances de Development (1):

bones >= 3.5.4

Propriétaires:

Auteurs:

  • Chuck Remes

Total de contrôle SHA 256:

08858947e37f9efd29fe29b9ca9409c6196c8a7b74ec9eb38bb11168f17d2e40

Total de téléchargements 38 123

Pour cette version 5 352

License:

aucune

Version de Ruby requise: None

Liens: