On Sat, Oct 20, 2012 at 6:18 AM, Vitaliy Ivanov <[email protected]> wrote:
> Is there any significant performance improvements of ipc/tcp in latest > ZMQ as compared to version 2.2? > > Do you have any performance tests for ipc/tcp vs. inproc? > > And last but not least one how can ZMQ on ipc performance can be > improved? Any hints? The IPC transport is unchanged in 3.x, and it's about the same speed as local TCP. Inproc is faster, especially on larger messages since there's no copying. It should be possible IMO to do memory-mapped IPC that would cut out the kernel; no-one's spent time investigating this though. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
