2009/11/2 Alexey Voytsehovich :
> Hello Micha,
>
> Saturday, October 31, 2009, 2:39:19 PM, you wrote:
>
>> 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 f
Hello Micha,
Saturday, October 31, 2009, 2:39:19 PM, you wrote:
> 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
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.
Mic
2009/10/30 Alexey Voytsehovich :
> 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?
The wikipedia article on memory mapped files seems to be a good place
to start ;) (i.e. mmap and crea