Summary: | bad solution of downloading files from "list all links" | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Lukas Stec <nemesis-87> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Lukas Stec
2004-06-27 21:15:17 UTC
kget hangs and abuses webserver with too many connections when download all links is used! try downloading all files from this link: http://mobilelibrary.cdacnoida.com/book.html what happens after we do "select all links" and choose all links and click download selected files: 1. KGet tries to check whether all links are online! this is a very bad behavior of kget, this thing of "checking all links before download" causes too much load on the server and also kget hangs and becomes unresponsive for quite a while. Expected Behvior: ----------------- Kget should add all links (selected for download), and start downloading "as per limit" feature. it should only check the file's "online availability" only when it is about to download the said file/link. in this way the server won't get hurt and kget won't hang. There are many ftp sites which bans IP addresses who make too many connections (mostly more than 2) at a time. so please don't let kget ban my ip ;) thanks! You can now filter the result of the KGet Konqueror plugin. This way you can for example only download all wished files. |