Reputation: 71
I'm trying to use boost::interprocess::message_queue to send messages from one process to another and have finished the sender code. I'm wondering if this message queue is process safe but have not found any official announcement about it, while among the related questions in stackoverflow community, there're only answers about whether shared resources in boost::interprocess are thread safe, which does not mention message_queue.
Thanks in advance.
Upvotes: 7
Views: 1043
Reputation: 71
As mentioned by iamnoten, yes it is thread/process safe. Question closed.
Upvotes: 0