Is it possible to pause a process, save the memory contents to a file, and then later reload the file so you can continue the program?
Edit I\'ve be
This is usually called a persistent continuation. Some languages like SmallTalk and SBCL have first class support for persistent continuations. Most languages don't.