View Single Post
Old Apr 28th, 2008, 12:48 PM   #3
core8583
Newbie
 
Join Date: Apr 2008
Posts: 5
Rep Power: 0 core8583 is on a distinguished road
Re: Not sure how to do this. Can anyone help?

Quote:
Originally Posted by OpenLoop View Post
Try calculating how much data per second each process can load (Amount of data/Load delay assuming the load delay is the total amount it takes to load the amount of data the process holds). You can then use that ratio to sort the processes in ascending order.
I'm not quite sure what you mean, i already know the amount of time it takes for the process to long, do you mean just load them in order of load time, the shortest load time being first and the longest being last?

As this takes 19 seconds to get all the data back from the processes.

I have put the output into a excel sheet and i can see a way to order these process so that they can load in 16 seconds.



As a note, when the process turns green (in the image) the process has release resources that are needed to load another process, but will still take time to output all of it's data. sometime in bursts because of a timer within the process.
core8583 is offline   Reply With Quote