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 <[email protected]> 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:*   [email protected]****
>
> ** **
>
> [image: Description: Description: Description:
> cid:[email protected]]****
>
> ** **
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to