Using IPC transport to talk between two threads works. I have used that technique myself.
If you have a short code snippet that shows how it fails, please post it. cr On Feb 21, 2013, at 10:16 AM, Tobias Scharnberg <[email protected]> wrote: > > Hi, > maybe this is a really dumb question... but anyway. Can I use zmq_ipc > transport for exchanging messages between two threads? I've build > classes with router and dealer sockets which are connecting fine with > each other when used in different processes. > Now I've tried to use them between two threads, because I didn't want to > exchange contexts for using inproc. But nothing seems to get through > between these two sockets from thread to thread? > > Greetings, > Tobias > _______________________________________________ > 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
