473,387 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Checkpointing Routines

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

Jan 15 '06 #1
2 1761
In article <11*********************@g44g2000cwa.googlegroups. com>,
thejim <pa************@hotmail.com> wrote:
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...)
--
Is there any thing whereof it may be said, See, this is new? It hath
been already of old time, which was before us. -- Ecclesiastes
Jan 15 '06 #2
thejim wrote:
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

--
If televison's a babysitter, the Internet is a drunk librarian who
won't shut up.
-- Dorothy Gambrell (http://catandgirl.com)
Jan 15 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

354
by: Montrose... | last post by:
After working in c# for a year, the only conclusion I can come to is that I wish I knew c. All I need is Linux, the gnu c compiler and I can do anything. Web services are just open sockets...
2
by: Alf P. Steinbach | last post by:
The sixth part of my attempted Correct C++ tutorial is now available, although for now only in Word format (use free Open Office if no Word), and also, it's not yet been reviewed at all -- ...
26
by: Joe Blow | last post by:
Some heroes out there generously provide a tarball (usually called "specfun.tar.gz") containing routines that compute special functions like Gamma, Confluent Hypergeometric, Struve, and other...
6
by: Steve Lambert | last post by:
Hi, I've knocked up a number of small routines to create and manipulate a linked list of any structure. If anyone could take a look at this code and give me their opinion and details of any...
0
by: Gary O'Malley | last post by:
I really don't know how to get started with code that declares a new object and then makes that object an MSAccess Application. Then with that object call functions\sub routines that exist within...
3
by: UJ | last post by:
I am going to write a class that will inherit from SqlCommand and I want to disable certain routines in the SqlCommand and add a couple of new routines. How would I go about doing that? I...
4
by: mosscliffe | last post by:
I am trying to create Common Routines in a Class to use within my site, but as usual I am struggling to understand the fundamentals. I have the following Class dbase Public Shared Function...
0
by: TechWitch | last post by:
In my current environment, we have a 64-bit instance (DB2/AIX64 8.2.4) where we have at least one function that was left in 32-bit mode (not JAVA). According to the IBM documentation it is...
1
by: Congcong | last post by:
When I use gprof to profile a program, it seems never show me the profile info on c lib routines such as malloc. But sometimes, profile info on such c lib routines are also important. I use 'gcc -g...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.