Multicast file copy Windows & Linux

Man of Honour
Joined
17 Nov 2003
Posts
36,747
Location
Southampton, UK
So, I have a 140GB file I need to copy to 12 machines. I may need to do this reasonably regularly. So instead of maxing out the 1Gb connection and having 12 separate unicast sessions, is there a server/client that I could install that would reduce the copy times? It needs to be Windows/Linux cross compatible.
 
Bittorent?

Probably this. That way it will copy to the other machines at the same time, and when one machine is done, it also becomes a seed, so it helps with the copying.

This picture will help explain it:

zLj43.gif.png
 
Probably this. That way it will copy to the other machines at the same time, and when one machine is done, it also becomes a seed, so it helps with the copying.

This picture will help explain it:

zLj43.gif.png

That's still throwing a lot of data over the network though and will still be significantly slower than a multicast session.

http://www.tcnj.edu/~bush/uftp.html
http://www.mcs.anl.gov/~bresnaha/mc/

There are loads of things out there that can do multicast file rep, or use something like DFS (http://en.wikipedia.org/wiki/Distributed_file_system)

DFS isn't really what I'm after as I'm trying to get a single file to multiple clients rather than servers. I'll take a look at the other links though.
 
Back
Top Bottom