ZMQ works very well with threads, however not in the traditional
fashion of sharing data with mutexes.

Please read the Guide section on multithreading and learn how to use
ZMQ sockets to communicate between threads.

On Thu, Aug 21, 2014 at 2:28 PM, Raju Kundhe <[email protected]> wrote:
> I want to know how will be the behavior of zmq ctx effect
> in posix threads !!
>
> I've an application which has threads and  message queues for inter-process
> communication.
> Now, I want to replace message queues with 'zmq' in threaded environment.
>
> what is the good approach to do so? or If I start doing this what are the
> main problem's I could face?
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to