Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4827: Windows vs POSIX interface distinction seems unnecessary
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-11-12 16:29:49
#4827: Windows vs POSIX interface distinction seems unnecessary
-------------------------------+--------------------------------------------
Reporter: psiha | Owner: igaztanaga
Type: Tasks | Status: new
Milestone: To Be Determined | Component: interprocess
Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Comment (by igaztanaga):
I think OBJ_PERMANENT requires privileges (SeCreatePermanent or something
similar) and if pagefile backed shared memory is created, then shared
memory naming must conform global/local rules, and only privileged
(SeCreateGlobalPrivilege) processes (e.g. services) can create such global
names to be shared across processes from different sessions/users.
For IO in mapped files if you use Interprocess you only need to hold a
mapped_region, which only a few pointers and size_t-s.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4827#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC