Subject: [Boost-users] Boost Interprocess condition variables
From: Federico Golfrè Andreasi (federico.golfre_at_[hidden])
Date: 2009-01-09 04:06:00


Hi!

I'm using condition variables of Boost.interprocess 1.36.0 to manage a
synchronized access to a shared memory segment by two tasks.
I found a problem when: task 1 is waiting on a condition variable and task 2
crashes during his execution, so task 1 waits forever on that variable.

How can I kill also task 1?

thank you,
Federico