|
Not sure how to do this. Can anyone help?
I need to create a program that tells me the most effective way to run some processes.
Each process has a
* Load delay
* Amount of data it outputs.
Only one process can be loading at any time, So Processes can't begin to load during another processes load delay. But can output at the same time.
I needs a script the tells me in which order to load the process to get the data back as quick as possible, in the shortest amount time.
I been thinking about how i would write this script but i'm coming up blank, can anyone help?
|