On 22/01/12 17:02, john skaller wrote: > YMMV .. but in my plan, moving sockets across thread boundaries > is mandatory .. in fact the whole async/IO paradigm is based on it.
Yes. Many bindings do that. For example when when passing a socket to the garbage collector. It's an functionality for expert users though. I believe it's good that guide just says "don't do it". If you believe there should be more said in the reference, feel free to propose a patch. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
