
13 Jun
2006
13 Jun
'06
4:11 p.m.
On Mon, 12 Jun 2006 07:04:26 +0200 Ion GaztaƱaga <igaztanaga@gmail.com> 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?