[zeromq-dev] Question about ZMQ_PAIR

Pieter Hintjens ph at imatix.com
Wed May 20 22:25:13 CEST 2015


True, we do not have the concept of "experimental" any longer in
ZeroMQ and this text should be changed. PAIR sockets are used in
production and therefore are a stable part of the API. Do you want to
make a PR to change this? (What remains accurate is that they're
incomplete and should only be used for inproc work).

((Perhaps someone will one day make a patch reimplementing PAIR as a
special case of DEALER, that should be simple and end this fuzziness))

On Wed, May 20, 2015 at 10:20 PM, Diego Fons <diego.fons at intraway.com> wrote:
> Hi,
>
> I was reading the man pages for zmq_socket in order to read about ZMQ_PAIR
> socket type and I found this note:
>
> "ZMQ_PAIR sockets are designed for inter-thread communication across the
> zmq_inproc(7) transport and do not implement functionality such as
> auto-reconnection. ZMQ_PAIR sockets are considered experimental and may have
> other missing or broken aspects."
>
> The last paragraph makes some noise to me...
> Is this correct or it is just a legacy warning from older releases? I'm
> using ZeroMQ 4.0.4.
>
> Regards.
>
> --
> Diego Andrés Fons
> Intraway Corp.
> Solution Developer
> AR Office: +54 (11) 6040 4000
> US Office: +1 (516) 620 3890
> Email: diego.fons at intraway.com
>
> Visit our website at http://www.intraway.com
> Proud to be an ISO 9001:2008 certified company
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>



More information about the zeromq-dev mailing list