$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Interprocess : appending data
From: Oodini (svdbg____at_[hidden])
Date: 2013-05-06 12:10:11
Hello,
I create a shared_memory_object, truncate it to set its size, and then create a mapped_region.
I would like to know it would be possible to append new data, by applying a new truncation.
Also, is it possible to have a second name pointing in the same memory, but with an offset ?
Thanks.