[zeromq-dev] Pub Sub last message takes much more time to arrive than the previous ones

Pieter Hintjens ph at imatix.com
Wed Oct 12 01:02:08 CEST 2011


On Tue, Oct 11, 2011 at 10:44 PM, Omer Bacharach <omer at toot-trading.com> wrote:

> is there a way to control the batch parameters, such that occasional
> messages will have low latencies?

As far as I know, single messages will be delivered with optimal
latencies. You can test this. Batching occurs when your application
thread sends messages faster than the I/O thread can send them.

-Pieter



More information about the zeromq-dev mailing list