[zeromq-dev] Does ZMQ "Over Send" Using OpenPGM?

Bob Beaty bobbeaty at comcast.net
Tue Oct 19 20:35:21 CEST 2010


All,
  I have a very simple test client that uses ZeroMQ only: http://gist.github.com/634738
  What I'm seeing is that I'm typically receiving in excess of 100k msgs/sec - and my transmitter is logging that it's sending maybe 8k to 10k msgs/sec. So there's a factor of (roughly) ten here.
  My transmitter has a series of 27 ZMQ sockets - one for each of the URLs in the receiver's code. When the transmitter gets a message it figures out which of the 27 to send it out on, and then sends it. The transmitter code doesn't share sockets to keep from having any duplication.
  So... I'm a bit stumped... any ideas as to why I'm seeing a receive rate of about 10x my transmit rate?

    Thanks,
        Bob (drbob at TheManFromSPUD.com)
    The Man from S.P.U.D.
    We will write no code before it's designed.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101019/5cf45f84/attachment.htm>


More information about the zeromq-dev mailing list