[zeromq-dev] C++ high level binding

Martin Sustrik sustrik at 250bpm.com
Thu Nov 3 20:25:14 CET 2011


On 11/03/2011 05:21 PM, Ilja Golshtein wrote:

> should we change the way we create threads in all our projects and which is specified in our Code Style?

Good point. That's why the native 0mq API doesn't try to track the 
ownership relationship between threads and 0mq sockets:

1. You can't always intercept thread creation.
2. You can't always intercept thread destruction.
3. You can't always intercept migration of socket from one thread to 
another one.

Martin



More information about the zeromq-dev mailing list