Search found 4 matches

by lvella
Sun May 12, 2013 5:07 pm
Forum: Requests
Topic: Sequenced priority
Replies: 1
Views: 8244

Sequenced priority

It is often desirable to download files of a torrent in a particular order. Now, instead of manually changing the priorities of the files periodically to get them in the order I want, thought that could be managed automatically by Transmission: instead of managing priorities manually, I could select ...
by lvella
Tue Aug 21, 2012 3:17 pm
Forum: Requests
Topic: Async disk IO
Replies: 7
Views: 14673

Async disk IO

I am currently running Transmission on a machine with very slow disk interface (USB 1.0). The remote interfaces gets very slow and unresponsive when there is a high number of concurrent downloads (consequently, a high number of IO), so, I suspect the disk write calls are blocking Transmission ...
by lvella
Wed Nov 24, 2010 3:29 pm
Forum: Requests
Topic: automation request #2 xD
Replies: 1
Views: 2001

Re: automation request #2 xD

Wouldn't this be upload priority? aMule have distinct download and upload priorities, notable for its "PowerShare" mode, for content releasers. I don't know if priority in Transmission affects only download, or if it affects both download and upload... but indeed, there is only on priority per file.
by lvella
Thu Nov 18, 2010 3:24 am
Forum: Requests
Topic: Use mmap instead of userspace buffers
Replies: 1
Views: 4328

Use mmap instead of userspace buffers

So, how hard would be to put a switch on ./configure to replace all malloc'ed up/download buffers with mmap'ed pointers?

This is the idea: instead of malloc'ing a buffer, downloading into it, hash cheching, then writing to a file, I propose, for systems that support the system call mmap, to: mmap ...