[zeromq-dev] Big Latencies

Pieter Hintjens ph at imatix.com
Sat Feb 11 20:15:28 CET 2012


On Sat, Feb 11, 2012 at 2:00 AM, Aja Walker <Aja at ciscor.com> wrote:

> Briefly, I'm occasionally seeing big, as in 10 milliseconds, end-to-end latencies  on my Windows 7 machine, but not on my Linux machine.

No-one minds if you repost important questions.

Bad latencies are usually due to contention over CPU. Windows
typically is much worse at this than Linux. Check what's running, try
killing anything that looks greedy. And you also need to make sure
your box has enough cores, which is one per 0MQ thread plus one per
0MQ context (for the i/o thread).

-Pieter



More information about the zeromq-dev mailing list