Sachin
2009-08-21 09:36:01 UTC
Hi
What is the efficient way of calculatring the the required to copy X MB of
data ?
in my program i have information of total amount of data to be copied in MB
, and i want to nofity user the tentative time it will take.
The copy progresses in separate thread , and after each file copy it
notofies other thread currently copied file size , then the other threads
calculates the total % of data copied and moves progress bar ...
now in this UI threads i also have to show how long the operation will take
..
Thanks
sachin
What is the efficient way of calculatring the the required to copy X MB of
data ?
in my program i have information of total amount of data to be copied in MB
, and i want to nofity user the tentative time it will take.
The copy progresses in separate thread , and after each file copy it
notofies other thread currently copied file size , then the other threads
calculates the total % of data copied and moves progress bar ...
now in this UI threads i also have to show how long the operation will take
..
Thanks
sachin