1. Checkpoint
- Posted by rforno at tutopia.com Oct 31, 2001
- 531 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.
2. Re: Checkpoint
- Posted by euman at bellsouth.net Oct 31, 2001
- 595 views
Only thing we have that's similar is FLUSH( ), I would'nt hold my breath for what your asking for.... Euman euman at bellsouth.net > 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.