Java checkpoint

Java checkpoint

What is checkpoint?
View Answers

October 30, 2010 at 4:04 PM

Hi,

Checkpoint provides a facility by which a messaging server and client can uniquely identify a particular SMTP transaction. The server then stores this identifying information along with all the information it receives as the transaction proceeds.

If the transaction is interrupted during the data transfer phase the SMTP client may establish a new SMTP session at a later time and ask the server to continue the transaction from the point where the server lost its connection with the client.

The server then reestablishes the transaction context and tells the client where to resume operations. If this is acceptable the client resumes operations at this point.

If the server regularly receives large email messages the use of Checkpoint between the server and the sending clients can save considerable amounts of bandwidth. It is particularly useful where the server is on a slow or unreliable connection.

Checkpoint is also sometimes referred to as Restart.

Thanks.









Related Tutorials/Questions & Answers:
Java checkpoint
Java checkpoint  What is checkpoint
ModuleNotFoundError: No module named 'Checkpoint'
ModuleNotFoundError: No module named 'Checkpoint'  Hi, My Python... 'Checkpoint' How to remove the ModuleNotFoundError: No module named 'Checkpoint' error? Thanks   Hi, In your python environment you
Advertisements
ModuleNotFoundError: No module named 'Checkpoint'
ModuleNotFoundError: No module named 'Checkpoint'  Hi, My Python... 'Checkpoint' How to remove the ModuleNotFoundError: No module named 'Checkpoint' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'checkpoint-client'
ModuleNotFoundError: No module named 'checkpoint-client'  Hi, My... named 'checkpoint-client' How to remove the ModuleNotFoundError: No module named 'checkpoint-client' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'checkpoint-client'
ModuleNotFoundError: No module named 'checkpoint-client'  Hi, My... named 'checkpoint-client' How to remove the ModuleNotFoundError: No module named 'checkpoint-client' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'alt-model-checkpoint'
ModuleNotFoundError: No module named 'alt-model-checkpoint'  Hi...: No module named 'alt-model-checkpoint' How to remove the ModuleNotFoundError: No module named 'alt-model-checkpoint' error? Thanks   Hi
ModuleNotFoundError: No module named 'alt-model-checkpoint'
ModuleNotFoundError: No module named 'alt-model-checkpoint'  Hi...: No module named 'alt-model-checkpoint' How to remove the ModuleNotFoundError: No module named 'alt-model-checkpoint' error? Thanks   Hi
ModuleNotFoundError: No module named 'alt-model-checkpoint'
ModuleNotFoundError: No module named 'alt-model-checkpoint'  Hi...: No module named 'alt-model-checkpoint' How to remove the ModuleNotFoundError: No module named 'alt-model-checkpoint' error? Thanks   Hi
java programming
java programming   Companies and people often buy and sell stocks... a person owns 1000 shares a certain stock (such as Checkpoint) she may have bought... in question Implement the program described above using the Java programming language
java programming
java programming   Companies and people often buy and sell stocks... a person owns 1000 shares a certain stock (such as Checkpoint) she may have bought... in question Implement the program described above using the Java programming language
java
java  diff bt core java and java
java
java  what is java
java
java   why iterator in java if we for loop
java
java  explain technologies are used in java now days and structure java
java
java  different between java & core java
Java
Java   Whether Java is pure object oriented Language
JAVA
JAVA  how the name came for java language as "JAVA
java
java  is java open source
java
java  what is java reflection
java
java   in java does not pointers concept but what is nullpointers in java?   nullpointer is a runtime Exception
java
what is the size of array in java ?  what is the size of array in java ? what is the mean of finalize in java
java
java  give a simple example for inheritance in java
java
java  give a simple example for inheritance in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java   What is ?static? keyword
java
java  RARP implementation using java socket
java
java  sample code for RARP using java
java
java  Does java allows multiline comments
Java
Java  how to do java in command prompt
java
java  Write a java code to print "ABABBABCABABBA
java
java  write a program in java to acess the email
java
java  send me java interview questions
java
java  how use java method
java
java  what are JAVA applications development tools
Java
Java   Whether Java is Programming Language or it is SOftware
java
java  is java purely object oriented language
java
java  why multiple inheritance is not possible in java
java
java  explain object oriented concept in java
java
java   difference between class and interface
Java
Java  how to draw class diagrams in java
java
java  write a java program using filenotfoundexception
java
java  hi im new to java plz suggest me how to master java[email protected]
java
java   How to set java Policy for applet using jdk 6
java
java pattern code for a given words  java pattern code for a given words pattern
java
java  dear, i want a field for date picker using java/java script
java
java  create java program for delete and update the details,without using database, just a normal java program
java
java  why methods in java raise exceptions   Have a look at the following link: Java Exceptions

Ads