[zeromq-dev] zeromq newbie question

2013-11-03 Thread George Kumar
I was trying lazy pirate client and server as a way to get reliable communication between a client and a server. When the client goes away, because server has been dead for too long, I noticed that when I start the server again, I get the last message sent by the client. This happened even when I

[zeromq-dev] How can a subscriber drop its own message..

2013-11-19 Thread George Kumar
I am using a push/sub pattern in a ZMQ client. When the server publishes the messages, I want all subscribers to see the message except the one that sent it originally. In other words on subscribe, I want to see all messages, except the ones sent by me. What is the best way to achieve it. Thanks.

[zeromq-dev] Using ZMQ for video multicast

2014-02-11 Thread George Kumar
Hi all, Sorry if this too basic a question for most for you on the list. I have a requirement where I need to multicast video to up to 3 recipients. I am considering ZMQ PUB/SUB model. But ZMQ does not have the option of using UDP for transport. TCP is generally discouraged for real time data

Re: [zeromq-dev] Using ZMQ for video multicast

2014-02-13 Thread George Kumar
. Hoping this help Emmanuel Le 12.02.2014 01:24, George Kumar a écrit : Hi all, Sorry if this too basic a question for most for you on the list. I have a requirement where I need to multicast video to up to 3 recipients. I am considering ZMQ PUB/SUB model. But ZMQ does not have the option