I used POCO in windows.
I have solved various complex problems with POCO.
But, I found some bug on Shared Memory when I use Memory mapped file while multiple processes are using that at same time.
I fixed this bug after add just following one line in checking Write Mode Block at "Foundation/src/SharedMemory_WIn32.cpp".
- Code: Select all
shareMode |= FILE_SHARE_WRITE;
I want this fix to apply next version.
Thanks for reading.





