21 Nov
2008
21 Nov
'08
3:19 p.m.
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