[zeromq-dev] Reliable mulitcast

Pieter Hintjens ph at imatix.com
Mon Apr 8 17:54:29 CEST 2013


On Fri, Apr 5, 2013 at 9:58 PM, Michel Pelletier
<pelletier.michel at gmail.com> wrote:

> Maybe checkout FileMQ? https://github.com/zeromq/filemq

Yes, this is what I'd use too, assuming your network can handle the
file transfers using TCP; FileMQ provides a pub-sub model so your
clients can subscribe to different topics and get the files in those
topics only.

If you have to use UDP multicast then ZeroMQ won't help you.

-Pieter



More information about the zeromq-dev mailing list