Bug 325611 - Option "Queue copy operations" to avoid simultanously copying several files to same drive
Summary: Option "Queue copy operations" to avoid simultanously copying several files t...
Status: RESOLVED DUPLICATE of bug 296109
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.11.2
Platform: Mint (Ubuntu based) Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-04 03:48 UTC by Geoff M
Modified: 2013-10-04 13:05 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 Geoff M 2013-10-04 03:48:11 UTC
A user can have multiple files/folders in separate places to copy on a drive. If the user doesn't select them all at once to copy them, each new batch of copies will be started simultaneously with the already copying batch. If the destinations are on the same drive, this affects the operations' performance dramatically and, I think, can cause more fragmentation (when applicable).
Users could be offered a "queue file copy operations" option in dolphin settings, which would make a new batch of copy operations, wait before the previous one is finished before starting. Maybe, I don't know if it's possible, there could even be a "smart queuing" feature which would allow simultaneous operations if the destinations are all on different drives, or something.

Reproducible: Always

Steps to Reproduce:
1. Copy some (large) files from some folder to the other
2. Before the first operation is finished, start a new copy operation of more files.
3. Repeat
Actual Results:  
All copy operations run at the same time, resulting in very slow performance and possibly fragmentation.

Expected Results:  
If "Queue copy operations" option is enabled, all copy operations launched while there is an ongoing operation are queued and wait before the preceding operations are completed before starting.

All file managers I used (nautilus and its forks, windows explorer) do launch copies at the same time. If this is implemented, dolphin might be the first one to provide this feature.
Comment 1 Frank Reininghaus 2013-10-04 08:18:32 UTC
Thanks for the suggestion!

I'll reassign it to KIO (the KDE library which handles file transfers for Dolphin and other KDE applications).
Comment 2 Christoph Feck 2013-10-04 13:02:22 UTC

*** This bug has been marked as a duplicate of bug 296109 ***
Comment 3 Christoph Feck 2013-10-04 13:05:47 UTC
(or bug 311588 :)