[zeromq-dev] Installing PyZMQ with draft sockets

2018-10-25 Thread Attila Magyari
Hello, Does anyone have experience building PyZMQ on Windows with draft sockets enabled? I tried following the steps from here: pyzmq.readthedocs.io/en/latest/draft.html but I'm having errors I can't overcome: For building pyzmq, I tried using using the bundled libzmq, which has library

[zeromq-dev] PUB-SUB Performance with 5000 subscriber

2018-10-25 Thread Hiren Shah
Notice there is significant increase in latency for bigger Message Size when Number of subscriber increases. 4k Message size gets to all Subscriber in < 1sec but 500k Message Size takes about 60sec. With Async IO and 5000 clients 500k message should be quite faster then what I am seeing. I feel

Re: [zeromq-dev] PUB-SUB Performance with 5000 subscriber

2018-10-25 Thread Justin Karneges
5000*500kb = 2.5gb. That's a lot of data. What throughput are you expecting? On Thu, Oct 25, 2018, at 8:11 PM, Hiren Shah wrote: > Notice there is significant increase in latency for bigger Message > Size when Number of subscriber increases.> > 4k Message size gets to all Subscriber in < 1sec but