Boost logo

Boost Users :

Subject: Re: [Boost-users] are boost::interprocess containers thread-safe?
From: blp330 (blp330_at_[hidden])
Date: 2009-12-17 09:17:18


OK, thank you. :)

I am curious about:

1.
Does any lock-free containers for boost::interprocess (just like
boost::lockfree)?

2.
Mutex and any other sync objects does not use native win32 API to implement.
(It uses file to emulate that, right?)

Does any performance impact in win32 platform to use locks?

Does anything I should notice to use boost::interprocess in win32 platform?

3.
I should use lock for containers to implement multiple producer consumer, or
just simply use message_queue for that?
any good suggestion or recommend?

Thank you very much.

-- 
View this message in context: http://old.nabble.com/are-boost%3A%3Ainterprocess-containers-thread-safe--tp26828170p26828621.html
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net