$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::interprocess::managed_mapped_file and cross arch?
From: Ben Martin (monkeyiq_at_[hidden])
Date: 2009-02-06 04:17:32
Hi,
Has anyone got any tips on using
boost::interprocess::managed_mapped_file with the
managed_mapped_file::segment_manager allocators and the
boost/interprocess/containers in a memory mapped file which can be used
across x64 and arm platforms?
As everything should be using offset pointers, I get the feeling that
there should be some way to make this cross platform utopia happen but
thought I'd ask before serious tinkering attempts.