On Mon, Nov 28, 2011 at 10:45 AM, Matthew Long <[email protected]>wrote:
> 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 > > Not sure if it helps, but if any of your RPC code can operate on a file descriptor, you can get that for the ZMQ socket, and use that to poll and so on. Ian
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
