Fault tolerance refers to a system's capability to isolate, compensate for and recover from failure with minimal impact to the end user. When using this tag - include tags indicating the system and/or technology you are working with (as additional support meta-data).
Questions tagged [fault-tolerance]
305 questions
-1
votes
1 answer
How to implement retry FTT in cloudsim using No optimization algorithm?
Please help me in modifying algorithm for retry? is this algorithm makes sense ? Is it ok our need changes ? plz guide ?

Fahad Khan
- 35
- 6
-1
votes
1 answer
Setting up servers with fault tolerance using Go and MySQL (failover)
I am working in a project where we are using Go as a web server and MySQL.
We have been told to implement fault tolerance to handle a hardware crash. We were given 2 servers which have MySQL and the Go-server on them.
We have succesfully set up…

Hellenberg
- 3
- 3
-1
votes
1 answer
How can I make some parts of my application not dependent on failures of another part?
Given we have several services which fetch data from different sources and store it in some predefined format. May be they store the fetched data in some database, or in a file or somewhere else. The idea is that all that services are very similair…

MiamiBeach
- 3,261
- 6
- 28
- 54
-1
votes
1 answer
Restart java virtual machine in case of failure
There are some really horrible scenarios that could happen to java virtual machine. Something more dreadful than uncaught exception, like an error. So I'd like to restart application automatically in this case in recover mode and clean resources…

ayvango
- 5,867
- 3
- 34
- 73
-2
votes
2 answers
Does C have functions that can test if value is within tolerance of an expected value, if not how do I create one?
I am new to C and recently I had an interesting assignment fooling around with scientific numbers.
The assignment was to implement several functions that convert weight units to others and later compare different weight units to each other.
My code…

Grey_dev1997
- 77
- 1
- 6