[zeromq-dev] PUSH/ROUTER

Pieter Hintjens ph at imatix.com
Fri Feb 15 18:15:07 CET 2013


Hi Gil,

You'll want to use a ROUTER socket to talk to DEALER sockets, that gives
you a bidirectional flow. This is explained in the Guide, by Chapter 4 or
so.

-Pieter


On Thu, Feb 14, 2013 at 7:05 PM, Gil Levy <Gil.Levy at 888holdings.com> wrote:

>  Hi,****
>
> ** **
>
> I’m currently implementing a messaging solution based on 0MQ where my
> requirements are as follows:****
>
> **1.       **Performance – very high throughput ****
>
> **2.       **Low latency****
>
> **3.       **Never lose any message****
>
> **4.       **A bidirectional messaging is required ****
>
> ** **
>
> My code is written in C# and I have tested all possible options and found
> that the PUSH/PULL sockets provide me with all of the above with the best
> performance, the problem with PUSH/PULL is that it Rounds Robin on the PULL
> sockets not allowing me to perform the required bidirectional messaging I
> need (sending a message to a specific PULL socket).****
>
> ** **
>
> Is there a way around this limitation?****
>
> Is there some feature that I’m missing?****
>
> ** **
>
> *Thanks,*
>
> *Gil Levy*
>
> *Poker Servers Group Leader*
>
> ** **
>
> 85A Medinat Hayehudim St.
> Herzeliyya Pituach, Israel****
>
>   ****
>
> *t:*   +972 (0) 732-888-507****
>
> *m:* +972 (0) 54-242-8190****
>
> *e:*   gil.levy at 888holdings.com****
>
> ** **
>
> [image: Description: Description: Description:
> cid:image004.png at 01CD1187.26CB0970]****
>
> ** **
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130215/5d490de3/attachment.htm>


More information about the zeromq-dev mailing list