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
