Checkpoint
- Posted by rforno at tutopia.com Oct 31, 2001
- 530 views
Rob: I think that it would be very useful the ability to write a checkpoint or snapshot to disk at a certain point in the program, so that if, for example, the power fails, it can be reinitiated at the point of failure without losing the computations already done. It will serve also some other purposes, like adjoining data such as bitmaps to the code. Probably this will need also a function that can check if a declared variable has been initialized or not.