2 Jul
2014
2 Jul
'14
4:58 p.m.
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