[Boost-bugs] [Boost C++ Libraries] #5072: Using boost interprocess message_queue with managed_windows_shared_memory

Subject: [Boost-bugs] [Boost C++ Libraries] #5072: Using boost interprocess message_queue with managed_windows_shared_memory
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-01-13 13:52:25


#5072: Using boost interprocess message_queue with managed_windows_shared_memory
-----------------------------------------+----------------------------------
 Reporter: thiago@… | Owner: igaztanaga
     Type: Support Requests | Status: new
Milestone: To Be Determined | Component: interprocess
  Version: | Severity: Problem
 Keywords: message_queue |
-----------------------------------------+----------------------------------
 Hi,

 I'm testing the message_queue with multiple user context. But when I run
 the client (that send the message) in a limited user context and the
 server (that create the queue and receive the messages) I run in a service
 context.

 The problem is: the client site doesn't have access to the file created by
 the server to make the comunication work.

 So with a litle research, I realized that I could use the
 managed_windows_shared_memory to stop using files and use native shared
 memory from windows. But I don't know how and if it is possible with
 message_queue.

 So the big question is:

 Is possible to use native shared memory with message_queue? If yes, how I
 do this?

 Thanks.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5072>
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:05 UTC