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

2018-11-01 Thread Hiren Shah
or PGM with pub-sub. > > > On Fri, Oct 26, 2018 at 7:35 AM Justin Karneges > wrote: > >> 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 i

[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 using XPUB-XSUB

2018-10-21 Thread Hiren Shah
at 5:26 PM Luca Boccassi wrote: > On Sun, 21 Oct 2018, 22:16 Hiren Shah, wrote: > >> Currently I already have PUB-SUB set-up with Curve Security. I have >> multiple PUB each using different key for encryption. >> >> I want to change it to use XPUB-XSUB which is st

[zeromq-dev] PUB-SUB using XPUB-XSUB

2018-10-21 Thread Hiren Shah
Currently I already have PUB-SUB set-up with Curve Security. I have multiple PUB each using different key for encryption. I want to change it to use XPUB-XSUB which is straight forward. I don't see example or documentation how to use XPUB-XSUB with Encryption/Decryption (Curve Security). Each