Boost logo

Boost Users :

From: Eugen Stoianovici (eugen.stoianovici_at_[hidden])
Date: 2008-07-24 03:43:16


Ion Gaztañaga wrote:
> Eugen Stoianovici wrote:
>> Is there a way to free a mutex which was locked by a process that died?
>> I'm using a named mutex to synchronize access for some processes on a
>> windows machine. One of those processes died while holding the mutex
>> and now i can't get access to it (not even after killing every
>> process that had any access to it). Is there a way to handle this
>> situation through code?
>
> Sorry, not for the moment. I'll need to think about an explicit unlock
> operation for some synchronization mechanisms for Boost 1.37.
>
> Ion
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
The sad part is that i can't use that name for the mutex even after a
reboot. If i can't remove it through code, is there an os task that
could do this?

Thanks,
Eugen Stoianovici


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