$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2006-06-13 12:11:49
On Mon, 12 Jun 2006 07:04:26 +0200
Ion Gaztañaga <igaztanaga_at_[hidden]> wrote:
> This means that the OS will synchronize file and memory contents from
> time to time, since shared memory will be implemented with memory
> mapped files. However, I will create those files emulating shared
> memory with the FILE_ATTRIBUTE_TEMPORARY attribute, that according to
> MSDN:
Why not use the best native support for each platform, falling back onto
a more common and portable approach when better native support is not
provided?