What is preventing Nginx from using cache and shared memory on windows x64 with disabled Address Space Layout Randomization
On newer windows x64 Address Space Layout Randomization (ASLR) can be disabled using this utility:
http://www.microsoft.com/en-us/download/details.aspx?id=29851
However after disabling ASLR Nginx still refuses to use shared memory functions and cache. Is there a way to make Nginx to be fully functional on Windows x64.?
On newer windows x64 Address Space Layout Randomization (ASLR) can be disabled using this utility:
http://www.microsoft.com/en-us/download/details.aspx?id=29851
However after disabling ASLR Nginx still refuses to use shared memory functions and cache. Is there a way to make Nginx to be fully functional on Windows x64.?