Memory mapped file usage

Jul 10 2017 4:53 AM
I am using memory mapped file in my application with single file handle and a file lock. Now we are planning to go for Multiple file handle to avoid the single file handle , and we are planning to go with Multiple Memory mapped file. My doubt is will multiple memory mapped file for each file handle. will it degrade the performance. Please suggest me on this.

Answers (1)