Live data from Hacker News

BitTorrent file system

github.com

11–20 of 37 posts

Re: BitTorrent file system

#11

Is this basically all the benefits of health checks in ZFS through distributed computing?

Not exactly; the checksums in BitTorrent are fairly strong, but you could get that benefit with just a FUSE layer that knew how to associate checksum metadata with files.

I also am not entirely sure what benefit this brings other than "amusing proof of concept", currently, so take my above note with a grain of salt.

Re: BitTorrent file system

#16
Most use cases or apps don't deal well with read latencies in the thousands of seconds...

From quickly reading the source code; it doesn't do any particularly clever optimizations. I'd file this in the "IP over pigeons" category.

Re: BitTorrent file system

#19
post #8

Earlier quoted context omitted.

Yeah, trying it now - but I'd be surprised if it builds update: nope. http://pastebin.com/Zf8fVh1D

There's also: https://github.com/mafintosh/torrent-mount which claims to have been used with OSXFuse...

I've use that on OS X, worked quite well. Ultimately I don't see much use for it though, maybe if you want to get information about the headers of files before you download them completely or something like that.
Post reply on HN