Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5383: Windows shared memory permitions problem
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-04 10:56:58
#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 Rui Pedro Fernandes <ruipfernandes@â¦>):
Replying to [comment:1 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?
No, that's the problem. I found that same information last friday when I
was trying to solve the issue and was going to post it here.
Thanks for your concern.
Yours,
Rui
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5383#comment:2> 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