L
L
LinuxGod2020-06-04 09:50:10
network hardware
LinuxGod, 2020-06-04 09:50:10

How to connect several remote servers into one?

Tell me how, having a server, for example, in Germany, Poland and several states of America, connect them all into one?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
C
CityCat4, 2020-06-04
@LinuxGod

No way.
Of course, there are parallel computing tools in Linux. But you stupidly do not have enough speed between servers.

A
Andrey Barbolin, 2020-06-04
@dronmaxman

What do you mean by "combine into one"?
Schedule the task.

R
Ronald McDonald, 2020-06-04
@Zoominger

If you want a cluster, then no way.
If you want to pull another from one, then VPN.

K
Karpion, 2020-06-04
@Karpion

Depends on whether the program that implements the training is able to parallelize on the nodes of a cluster with a weak connection.
(Here: "cluster" = a server obtained by clustering nodes; "node" = a single computer.)
There are systems for clustering nodes at the kernel level. As a rule, they require a fast connection with a small lag (fast ping); up to the fact that the conversation is about the correct placement of computers in order to reduce the length of cables. Servers in different countries are clearly not suitable for this method.
There are parallelization systems at the application level. Every app has its own quirks. You didn't mention the curriculum.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question