$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] Page default
From: Oodini (svdbg____at_[hidden])
Date: 2013-08-02 05:50:02
Hello,
Sorry formy latly reply.
> Although shared memory is never guaranteed to be in RAM, you don't
> any any guarantee with your "process memory" (if memory pressure is
> detected the OS can swap you heap and/or executable pages to the
> swap file to free some RAM for other processes).
I put enough RAM in order not to be in pressure regarding the RAM.
And I don't have this troubles when I don't use shared memory.
But what you suggest (calling the Windows routines) seems to be the right solution.