I have two threads that share a common large data structure. Is it safe for the threads to coordinate exclusive usage of this shared data by sending messages through a ZeroMQ inproc socket? In other words, is it guaranteed that when thread B receives a message sent by thread A, the data written by thread A prior to sending that message is committed to memory?
Thanks, -Nadav
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
