$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] hang locking p_hdr->m_mutex
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-08-26 12:56:14
El 26/08/2011 14:40, David Byron escribió:
> If CreateMutex behaves the "right way" on windows, does it make sense to
> have the behavior differ across platforms?
Portability is the most important goal for Interprocess :(
And CreateMutex needs a name, you can't construct a named mutex in
shared memory, both are different beasts.
Best,
Ion