El 31/01/2014 22:06, Marius Adrian DOBRESCU escribió:
Hello!
I tried to use into my code an interprocess mechanism like producer/multiple consumers with named_sharable_mutexes.
I found out that named_condition_any is not working with any kind of scoped locks. Neither with sharable_mutex or simple named_mutex. It takes the lock successful but cannot unblock another process when notify is called.
I used linux, gcc 4.8, just basic build, linking with pthreads.
Is this a known issue to you because I couldn't find any info related on the Internet?
Sorry to hear that. I don't have time to investigate the issue this week, but if you find the problem is probably in the library, please open a Boost.Trac issue so that this is not forgotten. best, Ion