Topic awaiting preservation: Using BitTorrent for Content Syncing (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-08-2008 12:13
I want to make use of BitTorrent to automatically sync a library of files across a number of different clients. |
Maniac (V) Mad Scientist From: :morF |
posted 05-08-2008 13:13
Well, there's the Snark Bittorrent Client Library, and this thing which is a sniffer/scraper. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-08-2008 18:19
Snark looks like a good tool for the client end. |
Paranoid (IV) Inmate From: Florida |
posted 05-08-2008 22:57 |
Maniac (V) Mad Scientist From: :morF |
posted 05-09-2008 09:04
The problem with rsync in this setting, resio, is that it requires more bandwidth on the server the more nodes will be grabbing a file. The advantage of BitTorrent is that as more nodes get more pieces, the overall availability for any one node increases, so the potential speed that a node can receive is now limited by the node's downstream speed instead of the server's upstream speed. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-09-2008 15:04
That is the problem I am trying to avoid. Sending a 600mb file 600 times from the server when a new video is posted is pretty rough. Having this work distributed out to all the nodes make it a bit less strenuous on the server and the pocketbook. |