[zeromq-dev] inproc pub/sub socket connection

T-zex tranzenziuzex at gmail.com
Thu Nov 18 18:00:07 CET 2010


Thank you Pieter,

We are using 2.0.10, and trying to create a forwarder which forwards
messages from multiple threads to multiple subscribers. The forwarder
listens to multiple inproc publishers. This forwarder also implements
tcp subscriber coordination as described in the guide (through REQ REP
tcp sockets). Guide also states that sockets shold be created and used
in the same thread. I am bit confused now how to coordinate iproc
publishers.

On Thu, Nov 18, 2010 at 4:13 PM, Pieter Hintjens <ph at imatix.com> wrote:
> Best is to create, bind, and connect socket in one thread, then pass it to
> second thread. Works only with 2.1.0.
>
> -Pieter
>
> On 18 Nov 2010 16:10, "T-zex" <tranzenziuzex at gmail.com> wrote:
>> Hello,
>>
>> Is it required to do an explicit node connectivity coordination for
>> inproc sockets the same way as for tcp sockets?
>>
>> Thank you.
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>



More information about the zeromq-dev mailing list