[zeromq-dev] ZMQ / Spread
Pieter Hintjens
ph at imatix.com
Sat Oct 29 00:06:24 CEST 2011
On Fri, Oct 28, 2011 at 4:44 PM, asif saeed <asif.lse2 at gmail.com> wrote:
> Would you please provide a comparison of 0mq with the spread toolkit? I am
> exploring options for my own project and I'd be thankful if you could please
> point me to a page or something or give me main differentiation points.
You could implement Spread using 0MQ (quite nicely, probably) but not
vice-versa. Spread is a pattern for reliable group messaging, i.e.
guaranteed delivery of a message to multiple nodes. It is very slow
compared to raw 0MQ messaging (thousands per second afair) but does
way more work.
BTW doing proper reliable group messaging seems really hard. Perhaps
someone with experience in this field will one day make a 0MQ pattern
for it. I had a quick shot at that, and did not succeed.
-Pieter
More information about the zeromq-dev
mailing list