Applications that rely on ZeroMQ for inter-thread communications don't use any lock.
However, according to one of my IRC fellows, deadlock is a structural problem independent of any kind of lock. As I think about it, I guessed he was right. If two ZeroMQ threads waited for each other to finish a task, there would be a deadlock. Can anyone help me understand this deadlock problem?
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
