[p2p-hackers] Generalizing BitTorrent..

Jesus Cea jcea at argo.es
Wed Jan 19 16:11:37 UTC 2005


Bryan Turner wrote:
> 	In effect, a torrent file is already a catalog of how to glue the
> pieces together!  The main difference is in what you're looking for - a
> piece or an entire torrent.  I propose looking for each piece separately,
> while Bit Torrent searches for each torrent as a whole.

Exactly.

An implementation problem is that a lot of BT clients keep an "open file 
descriptor" active for each file in the torrent, reaching easily the OS 
limit.

They should keep only a small number of file descriptors around, perhaps 
reusing them in a LRU or random way.

Braindead clients... :-)

-- 
Jesus Cea Avion                         _/_/      _/_/_/        _/_/_/
jcea at argo.es http://www.argo.es/~jcea/ _/_/    _/_/  _/_/    _/_/  _/_/
                                       _/_/    _/_/          _/_/_/_/_/
PGP Key Available at KeyServ   _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz



More information about the P2p-hackers mailing list