Summary: | Queue copy | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Mr.Null <b3hrooz.ram3zani> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | elvis.angelaccio, nate |
Priority: | NOR | ||
Version: | 17.12.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mr.Null
2017-12-28 11:29:25 UTC
Why? Why? (In reply to Nate Graham from comment #2) > Why? When you copy 100 large file to external H.D.D queue is usefull In what way? What would a queue gain you over the existing implementation? (In reply to Nate Graham from comment #4) > In what way? What would a queue gain you over the existing implementation? Sorry my english is not good enough understand your means but I ask you if possible add queue to dolphin for copy/cut files. Here is my question, specifically: What is the advantage of queue over the current approach? You are asking for a new feature; I am asking you to explain what benefit it brings over the current implementation. A queue allows multiple copy jobs to be added any time, but they execute only serially. This is useful for spinning disks, because concurrent accesses in different positions slows down the disk. *** This bug has been marked as a duplicate of bug 161017 *** |