On Tue, Aug 21, 2012 at 11:41 AM, Elwin.Gao <[email protected]> wrote:
> there are three files, this is the example of A Request-Reply Broker in zmq > official guide, then delete all printf() and sleep(), that all. You're switching from a synchronous REQ/REP pair to a ROUTER/DEALER pair. Like I said, round-tripping is slow. More on this topic: http://zguide.zeromq.org/page:all#toc71 -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
