[zeromq-dev] Fine control in the ROUTER socket

Pieter Hintjens ph at imatix.com
Wed Apr 24 23:12:02 CEST 2013


On Wed, Apr 24, 2013 at 8:59 PM, Constantin Asinovski <k0stja at yahoo.com> wrote:

> Would you mind sharing the thinking behind Router socket class? isn't it a
> typical reactor?

A reactor needs to be able to wait on multiple sockets, system file
handles, and timers, at the same time. A router socket is never more
than a part of that. You could wrap the work that applications do into
reusable code but it would sit on top of libzmq and if you did it
fully you'd get something at the same level as Zyre.

-Pieter



More information about the zeromq-dev mailing list