Bug 143334 - make IO actions occur in a sensible order
Summary: make IO actions occur in a sensible order
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: uiserver (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 10:35 UTC by Marcel Partap
Modified: 2018-04-16 21:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Partap 2007-03-22 10:35:16 UTC
Version:           KDE4 Progress Viewer (using KDE Devel)
Installed from:    Compiled sources

Perhaps it would be a good idea to queue IO actions intelligently, i.e. if copy two things to or from the same device, do them sequential instead of parralel. Example:
sda: 40 mb/s
hda: 20 mb/s
hdb: 15 mb/s
Now two copy actions on sda should probably rather be executed after another, while it'd be fine to have transfers between sda-hda and sda-hdb simultaniously. (Maybe in ksyscoca benchmark results could be safed for that *g)
I hope you get the idea, this is more valid even if you drag multiple things onto your mp3 player and it's trying to copy everything at once and when you decide to just unplug it and run for the bus/train and check it out nothing is completed...
Comment 1 Nate Graham 2018-04-16 21:12:07 UTC
Not sure this is still relevant in KF5.