On Wed Jan 31 17:45:10 2024 +0000, Paul Gofman wrote:
This is is PE code though, mmap() is not possible. KUSD is mmaped on the Unix side. Even on the unix side mixing Nt mappings with native mmap on their fds seems less than ideal, to say the least, in that case it should probably be done without the use of Nt mappings at all, with all the added complexity and Unix side interfacing. IMO if we have to solve this pooling shared mappings is a simpler option.
Eh, that is not PE code of course, but I guess the rest stays valid.