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

2010-11-16 Thread T-zex
Hi, What is the best approach to publish messages to the same port from the multiple threads? We are using zmq 2.0.10. Thank you. ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

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

2010-11-16 Thread Martin Sustrik
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