Actually, making a UDP transport for libzmq would not be too difficult IMO and would be quite fun. You could map pub/sub to broadcast and the other patterns to unicast.
On Tue, Sep 3, 2013 at 6:41 PM, [email protected] <[email protected]> wrote: > I gave up using epgm - we had too many problems under Windows XP (too > many times the software throws asserts (pgm_receive) and due to the > fact, that I can not handle these signals my application simply crashes > .....). And perhaps epgm was not the right choice anyway for our > solutions. I'm acually now working on an alternative solution using czmq > and simple udp. > > Marten > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
