WebUI keeps losing connection with large number of torrents.
-
- New User
- Posts: 9
- Joined: Sun Jul 24, 2011 9:01 pm
Re: WebUI keeps losing connection with large number of torre
Ah, just in the Development sub-forum, or is there an official place for such (since it's not technically a "bug")?
-
- New User
- Posts: 9
- Joined: Sun Jul 24, 2011 9:01 pm
Re: WebUI keeps losing connection with large number of torre
I don't appear to have permission to do that.
Re: WebUI keeps losing connection with large number of torre
Did you register: http://dev.deluge-torrent.org/register
Also you need to verify your email for trac
Also you need to verify your email for trac
-
- New User
- Posts: 9
- Joined: Sun Jul 24, 2011 9:01 pm
Re: WebUI keeps losing connection with large number of torre
Apparently the WebUI isn't alone in having difficulty staying connected with a large number of torrents. The GTK UI over SSH starts to fail at around 1000 torrents. It simply becomes unresponsive, then silently drops the connection (at this point the UI becomes responsive again, it's just that there's no connection to the daemon so it has no data and can't do anything useful). I've actually had it kill the SSH service on my server, which is unpleasant and a little surprising.
I don't know any of the details of the communication between client and daemon, but it seems to me that something needs more optimization or at least better error/overload handling...
I don't know any of the details of the communication between client and daemon, but it seems to me that something needs more optimization or at least better error/overload handling...
Re: WebUI keeps losing connection with large number of torre
A speed improvement has been added to git master so you may wish to investigate that.