Bug 79407 - Option to set the number of parallel downloads to optimize download speed
Summary: Option to set the number of parallel downloads to optimize download speed
Status: RESOLVED NOT A BUG
Alias: None
Product: kio
Classification: Unmaintained
Component: http (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-10 21:22 UTC by Joachim Eibl
Modified: 2011-03-14 18:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joachim Eibl 2004-04-10 21:22:13 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    SuSE RPMs
OS:          Linux

Is there a way to adjust how many parallel jobs are launched by konqueror, when an HTML-page contains many images?
What is the current value?
For some distant, slow responding servers the download speed would increase, if the number of parallel jobs could be set on a bigger value (e.g. >20).

Cheers,
Joachim

PS: On Windows this value can be adjusted via registry and for some sites it has a big effect.
Comment 1 Joachim Eibl 2004-04-10 21:23:20 UTC
Note: By jobs I mean KIO-download jobs.
Comment 2 Stephan Binner 2004-04-12 11:22:09 UTC
I think that's already possible with some cfg entry, Waldo?
Comment 3 Dawit Alemayehu 2011-03-14 18:51:34 UTC
Already implemented for every protocol KDE supports, not just kio_http for a while now. Simply look for the .protocol file, e.g. http.protocol in your system, open the file and change the values of the "maxInstances" and/or "maxInstancesPerHost" to your liking.  

maxInstances determines how many instances of the given ioslave can be running at any given time while "maxInstancesPerHost" restricts how many ioslaves will service a request to a given host. Of course, the latter is only applicable to ioslaves that connect to remote hosts.