show/hide this revision's text 2 deleted 4 characters in body; edited title

How to build a distributed robust linked list on serveral several computers on the net?

Hi,

I was thinking about building a program that use a raid(disk) like algorithms. If one computer dies. The next will step in. In it's place. And it need to scale from 1 - 1000 computers.

I need some adviseadvice.

What the name of the algorithms I'm need to learn?

At one point I thought it was possible to build it on top of git.

show/hide this revision's text 1

How to build a distributed robust linked list on serveral computers on the net?

Hi, I was thinking about building a program that use a raid(disk) like algorithms. If one computer dies. The next will step in. In it's place. And it need to scale from 1 - 1000 computers.

I need some advise.

What the name of the algorithms I'm need to learn?

At one point I thought it was possible to build it on top of git.