Hello all,
I need to map a block of memory (a ring buffer) into the address space of multiple processes for shared access. The Windows API offers a technology called memory-mapped files for this purpose.
My question: does the "Interlockedxxxx" API work reliably across process...