[zeromq-dev] publishing to the same port from multiple threads

Martin Sustrik sustrik at 250bpm.com
Tue Nov 16 14:27:18 CET 2010


On 11/16/2010 02:20 PM, T-zex wrote:
> Hi,
>
> What is the best approach to publish messages to the same port from
> the multiple threads?
> We are using zmq 2.0.10.

Use in-process forwarder device to collect messages from different 
threads and push them to the network.

Martin



More information about the zeromq-dev mailing list