$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Wooding (steve.apo_at_[hidden])
Date: 2006-05-24 10:59:53
Hi,
I wonder if you can help me.
I'm using the Shmem library (v0.92) and I'm trying to use a
shared_timed_mutex with a scoped_timed_lock. This seems to work until the
mutex is about to go out of scope. Then my program just hangs. It seems that
it can not unlock the mutex. I tried issuing a "unlock" function call on the
lock object and that hangs as well.
Could anyone confirm if the shared_timed_mutex works at the moment.
Thanks for you help.
Steve.