On Mon, Jul 25, 2011 at 6:01 PM, Matias GUIJARRO <[email protected]> wrote:
> I am reading the ZMQ Guide, and I have the following question I can't > find any answer ; sorry if the answer is obvious or if someone already > asked for it, but it really puzzles me : > - why do the FLP (Freelance Protocol) specify to use ROUTER (XREP?) > sockets for both server and client ? Naively I would have used XREP > for the server and XREQ for the client in a kind of RPC scheme. There is a long explanation of why I use ROUTER-to-ROUTER sockets for FLP, by comparing three different possibilities. If that's not clear then I don't know how to explain it better :-) It is really an advanced design and only makes sense if you've read the preceding text. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
