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