Search found 9 matches

by 方向音痴
Sun Dec 19, 2010 4:51 pm
Forum: Development
Topic: Deluge freezes with libtorrent_aio
Replies: 2
Views: 4325

Re: Deluge freezes with libtorrent_aio

Yea that is my thread. Unfortunately doing stack traces is totally broken with my python and I have had trouble troubleshooting this on my own which is why I messaged you =(
by 方向音痴
Thu Nov 18, 2010 5:43 pm
Forum: Development
Topic: Deluge freezes with libtorrent_aio
Replies: 2
Views: 4325

Deluge freezes with libtorrent_aio

I am trying to use the Asynchronous I/O branch of libtorrent with deluge: https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/branches/libtorrent_aio/ I want to use this version in order to take advantage of multiple spindles in a large raid array to increase throughput by having multiple read...
by 方向音痴
Fri Mar 12, 2010 9:19 pm
Forum: Development
Topic: quiting deluge takes 100% cpu and takes forever
Replies: 2
Views: 5110

quiting deluge takes 100% cpu and takes forever

Anyone else see this behavior? When I quit deluge it can take a very long time (over 10 minutes) and while I am waiting for it to quit it is using 100% cpu usage. Running strace on it gives me: select(0, NULL, NULL, NULL, {0, 10000}) = 0 (Timeout) select(0, NULL, NULL, NULL, {0, 10000}) = 0 (Timeout...
by 方向音痴
Sun Mar 07, 2010 9:12 am
Forum: Development
Topic: [feature request] Skip hash check
Replies: 4
Views: 8294

Re: [feature request] Skip hash check

First sorry for the wrong reply and continuing to go off topic. Ok I thought 1 might be the case. I guess since I am getting .98 then that is very good except I guess it also depends on the size of the read or are they always the same size block? Can I take it to mean that 98% of the reads are being...
by 方向音痴
Sun Mar 07, 2010 4:43 am
Forum: Development
Topic: [feature request] Add column option (total uploaded)
Replies: 0
Views: 2464

[feature request] Add column option (total uploaded)

This is something I miss from utorrent and other clients. Having to click each torrent to find out how much has been uploaded can be annoying. The ratio is shown so this can easily be calculated or you can go by ratio but sometimes I want to know which torrents I am uploading the most on and for tha...
by 方向音痴
Sun Mar 07, 2010 4:38 am
Forum: Development
Topic: Sparse Allocation Considered Harmful...
Replies: 10
Views: 25580

Re: Sparse Allocation Considered Harmful...

This is one of the reasons I will still continue to use rtorrent (a patched version to do full allocation) for downloading and use deluge for seeding. Keeping my torrent files without fragmentation is pretty much a requirement for me.
by 方向音痴
Sun Mar 07, 2010 4:10 am
Forum: Development
Topic: [feature request] Skip hash check
Replies: 4
Views: 8294

Re: [feature request] Skip hash check

The problem with this specific example is that deluge has no idea if the data is reliable, or it is what it should be. Well it shouldn't have to. This is good for when you are moving from one program to another and have a lot of data that you can skip being hashed because you *know* that its alread...
by 方向音痴
Wed Mar 03, 2010 10:34 pm
Forum: Development
Topic: [feature request] Skip hash check
Replies: 4
Views: 8294

[feature request] Skip hash check

It would be awesome if like utorrent deluge had an option to skip hash checking when adding files. I went from rtorrent -> utorrent (wine) -> deluge. The reason I switched to utorrent via wine (yuck) was because the read-caching that utorrent supported which greatly reduced I/O on the machine and al...
by 方向音痴
Tue Mar 02, 2010 10:26 pm
Forum: Plugins
Topic: [Plugin] Stats Plugin
Replies: 45
Views: 125005

Re: UNOFFICIAL stats plugin

It looks like it works on 1.2 for me... picture attached. Is it possible that the measured speed and the graph is off? Both upload and download rates on graph seem to be off to varying degrees based on speed. The download speed sometimes off by 100 or more and the upload maybe 40, both below actual...