[zeromq-dev] [PATCH] Scalability improvements for large amounts of connections

Pieter Hintjens ph at imatix.com
Mon Oct 11 18:22:04 CEST 2010


On Mon, Oct 11, 2010 at 5:43 PM, Martin Sustrik <sustrik at 250bpm.com> wrote:

> Good, except that I wouldn't mention passing a socket via inproc.

This is necessary if you want to create worker threads, i.e. create
sockets in one thread and pass them to already existing threads via
messages.  Specifying inproc means the design is not going to break
because someone tries to stretch across TCP.

-
Pieter Hintjens
iMatix - www.imatix.com



More information about the zeromq-dev mailing list