I recently had need to memory map a file, and started looking through poco to see if there already existed a class that would encapsulate the different methods of implementing this on POSIX and Win32. I didn't find one, but I did notice that the SharedMemoryImpl classes for POSIX and Win32 internally memory map their shared memory file.
Just wondering if it makes sense to make a MemoryMap class that can be used standalone, and also be used internally by SharedMemoryImpl.
I'm not particularly talented, but I think this is probably one I could handle if there is interest.
-Jeff





