$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin (adrianm_at_[hidden])
Date: 2005-03-09 07:11:34
Is it possible to use the shmem allocator and offset_ptr without sharing
memory?
I was thinking about using it to send complex structures in a message between
processes. In my case the buffer could be static but in general I assume it
could use new and maybe even be allowed to change size.