CreateFileMapping synchronous between programs?

Anybody with a writable view of the file can write to it at any time. If you want both editors to be able to reliably write out changes, you will have to perform your own conflict resolution where changes overlap.

One idea is that you could do the writes (and the FlushViewOfFile() call) while acquiring a named mutex (which you can create by calling CreateMutex() with a name parameter of non-NULL).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions