Re: [zeromq-dev] Blocking instead of Dropping PUB Socket

2013-02-27 Thread Ian Barber
On Tue, Feb 26, 2013 at 2:37 AM, Yucheng Low yucheng...@gmail.com wrote: Initial testing suggests that it seems to work fine, allowing all subscribers to receive every message regardless of the hwm. A limitation is that I cannot use zmq_poll to test if the PUB socket is writeable. (A

[zeromq-dev] Blocking instead of Dropping PUB Socket

2013-02-26 Thread Yucheng Low
Hi, First I would like to thank the developers for a great project. While ZeroMQ does not solve *every* communication problem, it is certainly very well designed, very effective, and easy to use for the space of problems it can solve well. After working with it for a few weeks, some of the

Re: [zeromq-dev] Blocking instead of Dropping PUB Socket

2013-02-26 Thread Pieter Hintjens
Hi Yucheng, Thanks for the thoughtful explanation and patch. Here are our contribution policies: http://www.zeromq.org/docs:contributing So feel free to make a pull request with your change, and add as much of the explanation as you like into the commit message. To do this right you'd also want