Maxim
Sun May 21 11:56:02 CDT 2006
Note that you cannot 100% guarantee that the user app which sees your
shared memory will apply the proper locking to access its structures.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Omer Boyaci" <omerboyaci@hotmail.com> wrote in message
news:uvQOuGFfGHA.4892@TK2MSFTNGP02.phx.gbl...
> Hi,
> I'm communicating with the user mode via shared memory
> back by a file (display mirror driver).
>
> Is this efficient?
>
> Is the OS reads/writes to the disk anyhow or is everything in memory?
> If there is disk I/O then is there a way to avoid disk I/O at all?
>
> Sincerely,
>
> Omer