Checkpointing Routines

T

thejim

Does anybody know what are Checkpointing Routines and what is their
role in fault tolerant computing?
 
W

Walter Roberson

thejim said:
Does anybody know what are Checkpointing Routines and what is their
role in fault tolerant computing?

That is not a C question; I would suggest that you would get
a better answer in a newsgroup such as comp.programming .

As an approximation:

To checkpoint a computation is to save enough of its state so that
if you had to, you could take the saved information and pick up
where you left off.

If there is a hardware problem during a computation, or if you run out
of memory and are able to restore into less memory, then if you
checkpoint your computation regularily, you can tolerate (smoothly
deal with) the problem; if you do not take these kind of precautions,
then you would have to start back at the beginning again, which
might be completely unacceptable (e.g., you wouldn't want to
issue the same paycheque twice...)
 
D

Default User

thejim said:
Does anybody know what are Checkpointing Routines and what is their
role in fault tolerant computing?

Sounds just like the homework questions I'd get in an Operating Systems
class. The goal is for YOU to figure it out.



Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top