Skip to content

Comment on ØMQ: Mission Accomplishedparent

Comments

Can you explain why you're wasting a lot of bandwidth/CPU time in pub/sub?

if you're not using multicast in pub sub, you're establishing individual tcp connections between nodes, it's not any different than doing N point to point communications, whereas with multicast, the data is only copied when needed, your data will fan out if that makes sense with your network topology I think if you look at the picture it'll be clear

http://en.wikipedia.org/wiki/Multicast

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.