Subject: Re: [Boost-users] boost::interprocess::message_queue
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2008-11-21 10:19:39


Romain C. wrote:
> Hello everyone,
>
> I am currently developing a multi-threading application and i would like to
> use a message queue to receive / send information between the different
> threads. However, I have tried to check if the boost message queue was
> thread-safe or not but i could not find the information.
>
> Can anyone tell me if the boost message queue is thread-safe?

It is, but more oriented to interprocess-process communications than for
intra-process thread communication. You might find it a bit heavyheight
for this purpose.

> Thank you.

Regards,

Ion