freelanceprogrammers.org Forum Index » Java
Help with RMI
Joined: 09 Feb 2002
Posts: 3
Help with RMI
Hi everyone,<br>I have to design a server which
is Fault Tolerant using RMI?<br>I read about RMI,
but I can`t find information about Fault
Tolerence......<br>What is Fault Tolerence?<br><br>Please Help me....
Joined: 10 Feb 2002
Posts: 15
Help with RMI
hi there !<br><br>Well fault tolerance as I know
it is reliability i.e the server is immune to
failures and can react to failures and correct itself
automatically.<br><br>this is done using the familiar aphorism "redundancy
increases reliability". the server actions are duplicated
and exist on say multiple computers as components.
say the same task T is implemented by two different
components A and B. now the server always uses component A
to service the task T. Now if A fails then the
server can use B for implementing T.<br><br>This is
usually done using RMI/CORBA which support distributed
objects. Perhaps if you can send me the details to
feluda1977@... i can try and help u more.<br><br>best of
luck<br>kingshuk
Joined: 31 Jan 2002
Posts: 39
Help with RMI
I agree with the Fault Tolerance as described by
kingshuk.<br><br>In Java and particularly RMI, I interpret tolerance
to mean that an error can be detected and your code
deals with it in some that allows the code to keep
running (maybe retry or offer a dialog to the user to
submit different values, etc).<br><br>This means that
you code try/catch blocks all over your code and you
handle all of the possible exceptions and errors that
can be thrown. You don`t ever let the program just
quit without the user instructing it to do
so.<br><br>RMI requires that you catch RMIExceptions. What you
do with these is what determines if your code is
fault tolerant, or not.<br><br>An additional 2
cents.<br>epenak
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







