Re: [Boost-bugs] [Boost C++ Libraries] #5383: Windows shared memory permitions problem

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5383: Windows shared memory permitions problem
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-01 21:49:47


#5383: Windows shared memory permitions problem
------------------------------------------------------------+---------------
  Reporter: Rui Pedro Fernandes <ruipfernandes@…> | Owner: igaztanaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.45.0 | Severity: Problem
Resolution: | Keywords:
------------------------------------------------------------+---------------

Comment (by igaztanaga):

 The documentation says:

 Sharing memory between services and user applications is also different.
 To share memory between services and user applications the name of the
 shared memory must start with the global namespace prefix `"Global\\"`.
 This global namespace enables processes on multiple client sessions to
 communicate with a service application. The server component can create
 the shared memory in the global namespace. Then a client session can use
 the "Global\" prefix to open that memory.

 Are you using Global prefix?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5383#comment:1>
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:06 UTC