ttorrent icon indicating copy to clipboard operation
ttorrent copied to clipboard

Control downloading concurrent requested pieces

Open azimot opened this issue 12 years ago • 1 comments

when downloading a Torrent , requested Pieces downloading by Client and if quantity of requested Pieces is more , eating cpu and ram in micro devices , so if implements a setter method for set quantity of requested pieces (a integer value of concurrent requested pieces) , Client can to keep for more performance in micro device , in final Client can to downloading all torrent content but with controlled on pieces for get better performance

azimot avatar Mar 02 '14 05:03 azimot

It is not clear from this ticket what controls you want. ttorrent is very memory efficient for high concurrency and throughput, but if your device is THAT small, why are you using a JVM? The size optimizations of ttorrent are meant to enable a large system to run 1M torrents, not to enable a tiny system to run 1.

shevek avatar Sep 01 '14 17:09 shevek