$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] memory mapped file thread safety
From: Aaron Boxer (boxerab_at_[hidden])
Date: 2014-06-09 15:48:50
Simple question: If I call get_address() on a region, can I pass this
pointer to another thread and have this thread access the memory ?
Thanks!