$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] Managed segment placement
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2014-07-02 12:58:54
El 02/07/2014 9:22, Jorge Bellon escribió:
> Good morning,
>
> I'm using Boost::Interprocess' managed external buffer for my application.
>
> I would like to know whether it is possible or not to instantiate the
> segment manager object in a different place other than the buffer
> itself, so that the whole buffer is used exclusively for data.
>
> Thanks in advance,
>
> Jorge
Hi Jorge,
With the current design it's not possible. What's the use case for
placing the manager outside the buffer?
Best,
Ion