Page 3 of 6
Re: Start Deluge with 600+ torrents in it
Posted: Fri Jan 17, 2014 1:31 pm
by Simbiat
SO... what's our next step in solving this?
Re: Start Deluge with 600+ torrents in it
Posted: Fri Jan 17, 2014 6:09 pm
by bro
You can try this version:
http://ge.tt/330gw2H1/v/0
It contains the latest develop code and libtorrent 0.16.10
Edit: The file has been updated to fix a bug in the develop code that caused the torrent list not to be updated.
Re: Start Deluge with 600+ torrents in it
Posted: Sat Jan 18, 2014 3:19 am
by Simbiat
This build definitely loads GUI faster and I see a list of torrents whose resume data is being checked. And it's being checked faster, it seems. I will be monitoring further, especially, sicne I plan to add another thousand of torrents, at the least (=
Re: Start Deluge with 600+ torrents in it
Posted: Sat Jan 18, 2014 3:53 am
by Simbiat
With this build I can't access settings and I see a mismatch between "All" torrents and "Seeding" torrents, although no other states are shown... It seems like GUI is actually hanging... because even if I add\remove columns in the grid - nothing changes... I mean columns are not added\removed...
Re: Start Deluge with 600+ torrents in it
Posted: Sat Jan 18, 2014 10:46 am
by Simbiat
This dev build does not seem to write much of debug info as well... The only line I was able to get out of it is:
Code: Select all
14:44:50 [DEBUG ][deluge.ui.gtkui.gtkui ] sent rate: 7.7 KiB/s recv rate: 7.7 KiB/s
And I did press different buttons...
Re: Start Deluge with 600+ torrents in it
Posted: Sat Jan 18, 2014 12:59 pm
by bro
Simbiat: Can you redownload the file and test again?
Re: Start Deluge with 600+ torrents in it
Posted: Sat Jan 18, 2014 1:04 pm
by Simbiat
bro wrote:Simbiat: Can you redownload the file and test again?
did you re-upload it?
Re: Start Deluge with 600+ torrents in it
Posted: Sat Jan 18, 2014 1:50 pm
by bro
Simbiat wrote:bro wrote:Simbiat: Can you redownload the file and test again?
did you re-upload it?
Yes
Re: Start Deluge with 600+ torrents in it
Posted: Sat Jan 18, 2014 2:46 pm
by Simbiat
Same thing. But now it seems to load longer and does not get killed when clicking appropriate option.
Assumption: since all the torrents use my own tracker and I can see, that there are currently a lot of opened connections to announce script, it's possible, that daemon is hanging, 'cause it's spawned all those requests and awaits answers to all of them... Maybe some "throttling" could help here.
Re: Start Deluge with 600+ torrents in it
Posted: Sat Jan 18, 2014 3:16 pm
by bro
How long do you wait before you try to kill it? If you only have 600 torrents, Deluge should have no problems handling them. Do you start deluge with logging (-L info -l deluge.log)? That should tell you when it's done loading the torrents.
The daemon should definitely not hang because it waits for replies on the connections.