[zeromq-dev] Dissecting Message Queues by Tyler Treat

Goswin von Brederlow goswin-v-b at web.de
Mon Jul 21 20:01:19 CEST 2014


On Fri, Jul 11, 2014 at 12:47:42PM -0400, Steven McCoy wrote:
> I don't think I saw this posted yet: noted on highscalability.com today,
> 
> http://www.bravenewgeek.com/dissecting-message-queues/
> 
> -- 
> Steve-o

Sending messages to PUB is a lot faster than receiving from SUB
according to that post, not surprising since PUB will drop messages
when the network connection can't keep up.

But then it would be interesting how many messages where dropped. And
not just for the ZeroMQ case. Or do the same test with a non-dropping
socket type.

Measuring how fast zmq (or other) can loose data is not realy
interesting I think.

MfG
	Goswin



More information about the zeromq-dev mailing list