[zeromq-dev] comparing perfomance of node.js and zeromq
ashwini ramamurthy
ashwini.ram21 at gmail.com
Mon Jul 1 22:19:11 CEST 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130701/b528ac64/attachment.htm>
More information about the zeromq-dev
mailing list