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

2018-11-01 Thread Zubair Ali
if subscribers are not on network, would it be possible stream market data to 5k+ subscribers from one publisher ? I am planning to use NetMQ On Sun, Oct 28, 2018 at 1:27 PM Doron Somech wrote: > If you are on your own network and multicast is an option you can try > scatter-gather pattern and

Re: [zeromq-dev] Pub/Sub scalability over TCP vs epgm/pgm

2018-04-09 Thread Zubair Ali
Hi Mark, Thank you for your comment. Main function of application is only receive data from external source and distribute that to subscribers. There is little work related to management of subscriptions beside that it is just sending data. I tested on windows on one machine. I created one

[zeromq-dev] Pub/Sub scalability over TCP vs epgm/pgm

2018-04-09 Thread Zubair Ali
I have requirement to implement market data distribution application which can have topics around 500 and subscribers could be from 500 to 1000. Please note that subscribers can be anywhere globally not on our network. We use Amazon EC2 for running data distribution application. Will this be