Re: physical storage on disk
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Tue, 3 Apr 2007 10:47:30 -0400
"William" <port@xxxxxxxxxxxxxxxxxx> wrote in message
news:ehp021fdHHA.1868@xxxxxxxxxxxxxxxxxxxxxxx
Is there any function that I can force the system to allcate physical
storage on disk NOT in RAM?
I'm not sure what you want to do exactly, but by using a memory mapped file
rather than the page file as the backing store for some structure it, and by
updating the file when the in-memory data changes ( see FlushViewofVile() )
you may be able to do what I _think_ you want to do. :-)
Regards,
Will
.
- Follow-Ups:
- Re: physical storage on disk
- From: William
- Re: physical storage on disk
- References:
- physical storage on disk
- From: William
- physical storage on disk
- Prev by Date: physical storage on disk
- Next by Date: Re: physical storage on disk
- Previous by thread: physical storage on disk
- Next by thread: Re: physical storage on disk
- Index(es):
Relevant Pages
|