Should mutexes be used to ensure concurrency, while using POSIX message queues?

Posted by Vinod K on Stack Overflow See other posts from Stack Overflow or by Vinod K
Published on 2010-03-04T05:22:13Z Indexed on 2010/03/20 0:41 UTC
Read the original article Hit count: 285

Filed under:

I am using a single POSIX message queue in my application which is accessed by multiple readers. Should I use mutexes in this scenario?

© Stack Overflow or respective owner

Related posts about mutex