$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost][interprocess] named_mutex/named_condition using windows shared memory
From: Rob Conde (rob.conde_at_[hidden])
Date: 2016-09-12 15:56:06
For boost interprocess shared memory, I can choose to use windows specific shared memory so that no files are created to emulate the functionality. Is there any way to do this with named_mutexes and named_conditions?
Thanks,
Rob Conde