Hello everyone.
I am using ACE and I'm using the following method:
ACE_OS::read(char* buffer, int nbbytes, int perms);
I was informed that Windows is reading data from disk sectors and it puts the contents of the read sectors into the cache (who is in memory). I don't want that behavior (putting sector contents in the cache in memory), so I want to inform ACE.
My question: how do I inform ACE of it? I haven't found a special permission for it.