We just put up an extremely experimental BitTorrent feed which exists among the standard download links on our page.
I want to know what you (the MS developer community) think about Bittorrent. For those who don't know what it is check out the FAQ at www.bittorrent.com. It is currently being used to distribute large files like videos and mp3s all over the Internet. In fact, it's being used as a very efficient mechanism to distribute illegal video files. Still, we are a legit digital media shop and could benefit from using it.
The problem is that the torrent files are in some python-serialized binary format - in contrast to the XML protocols we're used to. I'm wondering if I should develop an RSS-based verison of bittorrent, or if there are already people doing it. What do you think?
A protocol like this has to work as effectively as BT. The more people use it, the faster files get downloaded. It picks little pieces of data from each client it connects to, and puts them together into a complete file.
Thoughts?