Distributed file copying in a LAN #1320
Replies: 1 comment
-
This isn't the right place for user support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a situation where many computers on my LAN can want a copy of the same large file from a server at the same time. Right now they just all initiate their own 1:1 copy and you can guess what happens next: many parallel copies start at "around" the same time and saturate the network and disk of the server.
This seems like a problem that torrenting is ripe to solve -- where the clients all start requesting different portions of the file from the server and then start sharing the portions they have with each other.
Is this something that rtorrent can handle? I want to be sure the file is only being shared among the clients on my network and don't end up sharing with torrent clients outside of my network of course.
I know very little of the details of how torrenting works and trackers and what-not so any pointers to how rtorrent could solve this problem would be greatly appreciated.
Interestingly, somebody else asking a similar/the same question on reddit.
Beta Was this translation helpful? Give feedback.
All reactions