Saving Memory To Disk
Breakthrough
Texture Artist (ns_prometheus) Join Date: 2005-03-27 Member: 46620Members, Constellation
in Off-Topic
I was thinking about this today, if it was possible to transfer virtual memory (running Windows processes) to disk-space temporarily. Then, you could bring the memory out of suspension on the disk-drive, thus enabling you to save a program in it's state. In theory this idea is simple, but actual implementation would be difficult. Does anyone know if such a program exists?
Comments
If you mean individual programs instead of the whole system, then I don't know of any answers to your question.
I don't know of any existing programs that do this. I'd think that it's the sort of thing that needs to be part of the operating system. I think you'd get a segmentation fault if you simply tried to read through the memory yourself.
To do this to only 1 program would be possible, but I'm unaware of any programs that currently do it.