$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Delfin Rojas (drojas_at_[hidden])
Date: 2006-11-06 19:36:00
> Daher wrote:
>
> >> Is this answering your question?
> Not really; what I meant by a global mutex is a mutex that is
> shared across instances or across other processes.
>
> "Global\" prefix name in win32 would do this.. I want to be
> able to do the same with boost.threads
A global mutex (inter-process mutex) would be part of the
boost::interprocess library (in main boost CVS).
-delfin