
6 Nov
2006
6 Nov
'06
5:36 p.m.
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