[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 mismatches, as I'm getting unresolved external symbols:
unresolved external symbol __imp_zmq_msg_set_routing_id referenced in
function __pyx_pf_3zmq_7backend_6cython_7message_5Frame_18set

I also built libzmq separately, with draft sockets enabled, and use that to
build pyzmq, but the folder structure is not the same, and again some
library mismatch, unresolved symbols.

Any ideas on how to proceed? Maybe even download already built wheels with
drafts enabled from somewhere?

Thanks,
Attila
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


[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 like I am missing option which I am setting.
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


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 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 like I am missing option which I am
> setting.> 
> 
> _
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev

___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev