Alexey Voytsehovich wrote: > All the good days. > You can not tell what I need to read and/or study for solving > cross-platform (linux/windows) implementation of the memory mapped file? On unix, it would be fpmmap. On windows, it would be CreateFileMapping/MapViewOfFile if I'm not mistaken. Micha