Hi Martin, We will heavily leverage the 0MQ PUB/SUB functionality in most of the communication layer that we are building. The RPC portion is just one piece of what we are doing -- in general it is simply going to be the control channel.
If 0MQ is not a good fit for this piece, it is not a big deal, but I had hoped that some of what you have built into 0MQ (such as durable sockets) could help simplify some of the application layer. Matt On Nov 28, 2011, at 11:09 AM, Martin Sustrik wrote: > Hi Matthew, > >> What >> would help is a 0MQ messaging pattern that simply says "emulate a >> standard TCP socket". >> >> Has anyone built a shim layer or something similar that does >> something similar? > > If you want TCP-like functionality, why not simply use TCP? What is the > added value that makes you consider 0MQ? > > Martin > _______________________________________________ > 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
