$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [interprocess] Performance problem with managed_shared_memory
From: Moritz (mokoman_at_[hidden])
Date: 2009-11-09 04:42:58
Hi Ion,
thank you for your tremendous support in this mailing list.
Best regards,
Moritz
Ion Gaztañaga wrote:
>
> Process shared containers use relative pointers so that each dereference
> needs additional operations to get the address on each process. Example:
[...]
> Best,
>
> Ion