| Summary: | Option to set the number of parallel downloads to optimize download speed | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Joachim Eibl <joachim.eibl> |
| Component: | http | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | CC: | adawit |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Joachim Eibl
2004-04-10 21:22:13 UTC
Note: By jobs I mean KIO-download jobs. I think that's already possible with some cfg entry, Waldo? 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. |