Ticket #2300 (new enhancement)

Opened 14 years ago

Last modified 8 years ago

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

comment:1 Changed 14 years ago by andrew_b

  • Priority changed from major to trivial

comment:2 Changed 14 years ago by andrew_b

  • Milestone changed from 4.7 to Future Releases

comment:3 Changed 14 years ago by gotar

  • Cc gotar@… added

comment:4 Changed 13 years ago by andrew_b

  • Summary changed from Asynchrous copy operation to Asynchronous copy operation

comment:5 Changed 8 years ago by andrew_b

Ticket #3630 has been marked as a duplicate of this ticket.

Note: See TracTickets for help on using tickets.