4

Does anyone know where you can find performance details on ZeroMQ latency vs. competitors like 29 West LBM?

Looks considerably cheaper, but I cannot find any metrics to decide which is more suitable.

stakx - no longer contributing
  • 83,039
  • 20
  • 168
  • 268
DD.
  • 21,498
  • 52
  • 157
  • 246

1 Answers1

3

Both ZeroMQ and 29West LBM use a brokerless approach to messaging and support the same transports (TCP, UDP, IB) so latency should be broadly similar.

ZeroMQ has more of a toolkit based approach so you can assemble what you need where as 29 West offers a number of 'add ons' (persistence, cacheing, etc.) which may get you started faster or in an Enterprise environment, be accepted more easily.

Robert Christie
  • 20,177
  • 8
  • 42
  • 37