I
I
Ilya2017-12-11 18:34:12
High availability
Ilya, 2017-12-11 18:34:12

How to organize a fault-tolerant application?

I'm trying to find information on the organization of fault-tolerant services. I don’t want to reinvent my own bicycles, I assume that similar tasks have already been solved, but I have little idea in which direction to dig. I will try to briefly describe the problem.
There are a couple of servers on a windows server (let there be A and B), an application that collects data from some device U and sends it to subscribers. Servers A and B are physically distant, device U is located next to server B.
In normal mode, the application runs on server A and collects data from U.
If the connection between A and B is broken, you need to run the application on server B (switching subscribers is a separate issue), and when the connection is restored, terminate it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
gibiw, 2017-12-12
@gibiw

It is not clear for which application you want to organize fault tolerance, so look towards Falovier Cluster or NLB Cluster .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question