Boost logo

Boost Users :

Subject: Re: [Boost-users] Shared memory access denied
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-06-15 17:16:33


On 15/06/2010 22:26, Carla Strembicke wrote:
> Using boost shared memory. One process creates shared memory ( as an
> administrator on windows).
>
> shared_memory_object(open_or_create, pShareName, read_write);
>
> Another process ( not administrator) tries to open and map to shared
> memory.
>
> shared_memory_object(open_only, pShareName, read_write); <-this fails
> with access denied

Interprocess has this embarrasing permission limitations, but I still
don't know how to fix it. Please, fill a bug report on Boost.Trac so
that I can feel the pressure and work on it on my holidays.

Best,

Ion


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net