$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Multiple containers within same boost shared memory file
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2012-12-18 16:11:30
El 18/12/2012 16:32, Rajalakshmi Iyer escribió:
> Hello,
>
> Is it possible to have 2 separate boost inter-process containers within
> the same shared memory file , each guarded by its own named mutex?
>
> Please advise.
Yes, you can place as many containers as you want if the shared memory
is big enough.
Best,
Ion