I have a mem-mapped file that gets created when the first process of IE8(XP) loads my BHO. Subsequent instances/tabs open the same
mmap file. Communication is fine for the first and second tab. When I open the third tab, it cannot see the data in the mmap. Worse, if I've appended to the initial mmap data in the first tab, the third tab can see the initial data, but not the appended data! The ...