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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to