[zeromq-dev] Customizing Incoming Routing Strategy

Arnaud Kapp kapp.arno at gmail.com
Sat Oct 25 23:13:17 CEST 2014


Yeah I realized that while this maybe *could* be
implemented for inproc using tons of hacks, it would
make 0 sense for other transports.

I will keep using a single socket :)

On 10/23/2014 11:28 PM, Pieter Hintjens wrote:
> On Thu, Oct 23, 2014 at 9:55 PM, Arnaud Kapp <kapp.arno at gmail.com> wrote:
>
>> Well, fair-queue does *not* behave like FIFO...
>
>> push1.send("msg2");
>> push2.send("msg3");
>
> Realize that each socket is an async object, so there's no guarantee
> of the order these sends. If you want fifo, you use a single socket.
>
> -Pieter
> _______________________________________________
> 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