Ticket #2300 (new enhancement)
Asynchronous copy operation
Reported by: | adamk | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | Future Releases |
Component: | mc-core | Version: | 4.7.0.6 |
Keywords: | Cc: | gotar@… | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
Copy operation in MC should be asynchronous - reading and writing should be done at the same time. This con speed up all copy operations if it is being done from one physical device to another to the maximal speed of the slower one, and there should be no slowdown if there is single device.
This could be easily achieved by using two buffers instead one - on for writing and on for writing. Error handling may get a little tricky.
Change History
Note: See
TracTickets for help on using
tickets.