View Single Post
Old Apr 28th, 2008, 11:52 AM   #1
core8583
Newbie
 
Join Date: Apr 2008
Posts: 4
Rep Power: 0 core8583 is on a distinguished road
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?
core8583 is offline   Reply With Quote