Zeromq is built on top of tcp so it's always going to be slower than tcp round trip wise. Try comparing throughput instead of latency. On Jul 2, 2013 6:19 AM, "ashwini ramamurthy" <[email protected]> wrote:
> Hi, > > I made a client-server application in android. The client and the server > are 2 different apps and they exchange messages using zeromq. The messaging > pattern used was req-reply. 1000 messages were sent and received by the > client n server. The avg time for each round trip was around 3.92 > milliseconds with no UI updates.Only the time was logged into logcat. > > It was compared to a client server application running under node.js > which took approximately 2.75 milliseconds for each round trip. > > Shouldn zeromq take lesser time? is it related to the android? Has anyone > observed something similar? > > Thanks, > Ashwini > > > > > _______________________________________________ > 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
