[zeromq-dev] zmq_poll: timeout issue

Pieter Hintjens ph at imatix.com
Wed Aug 11 14:06:48 CEST 2010


On Wed, Aug 11, 2010 at 10:30 AM, Ilja Golshtein <ilejncs at narod.ru> wrote:

> Learning zmq_reactor and your suggestions.
>
> It is slightly disappointing elegant and crystal 0mq interface is unusable in
> production and requires wrappers and complications ... not a low hanging fruit.

It could still be simpler to create larger architectures, yes.  You'll
see various ideas for simplifying parts of the architecture here:
http://www.zeromq.org/docs:3-0

Matt's reactor pattern (and Chuck's reactor for Ruby at
http://www.zeromq.org/docs:projects#toc2) look like the way to build
the plumbing.

It's unclear whether such functionality can be moved into the 0MQ core
and be accessible via a BSD socket API, or will remain in higher
layers.

I like Matt's approach of starting with simple stable endpoints, and
scaling via more sophisticated plumbing, and will use that approach in
the user guide.

-Pieter



More information about the zeromq-dev mailing list