I have the following boost::interprocess::message_queue related question.
As intended I plan to share a message queue between >= 2 processes. Obviously one of them may crash while inside the message queue. As result it will hold the internal locks, making the queue inaccessible for other processes. How can this be solved? There does not seem to be a way to unlock the internal mutex used.