Can a browser pass HTTP requests the same as BitTorrent?
June 30, 2005 3:58 PM
Subscribe
Is there any reason why standard HTTP requests can't work the same as the BitTorrent protocol? It seems like this would allow websites to avoid the "slashdot/metafilter" effect when traffic surges to an individual site and overwhelms the servers. Seems like this could happen on the client side, with enabled web browsers passing requested data the same as a torrent client. I don't know enough about the underlying technologies to determine if this is a stupid question or not, so please be gentle as you take me down a notch.
posted by hulette to computers & internet (13 comments total)
'cause that's how BT works: everyone shares whatever bits of the file they've managed to download and keep on their computer. That's a large part of why torrents expire: no one bothers keeping the downloads on their drive.
Further, many sites are dynamically generated. AskMe is: when you request it, the back end generates the web page on the fly just for you. With BT, you get the exact same file as everyone else.
posted by five fresh fish at 4:04 PM on June 30, 2005