Hi,

Does anyone have a valid use case for thread-safe sockets? It seems
that the semantics are fuzzy and using this would lead to poor design.
What happens if two threads are polling the same sockets, but one
message arrives? What if two threads are in a blocking recv on the
same socket?

If we don't have a clear problem that this change is fixing, I'd like
to patch it out.

-Pieter
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to