On Mon, Apr 26, 2010 at 9:07 PM, Martin Sustrik <[email protected]> wrote:

> 1. Control events still have to be transferred via some IPC mechanism
> even if message payload is stored in shmem. So there's no way to improve
> latency to the level of inproc transport.

Sorry if my questions are utterly ignorant :-)

> 2. Allocating shmem is not free. Allocating shmem buffer for each
> message would turn to performance bottleneck.

Wouldn't happen like that, rather allocate fixed shmem buffers that
are reused for smaller messages.  And use signals to indicate new
data... no?

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to