[algogeeks] Re: Algorithm for dynamic resource allocation

2011-05-05 Thread LiveShell
...@gmail.com wrote: You can assign weight to all the consumers based on priority and then divide all the resource based on weight. On Wed, May 4, 2011 at 6:13 PM, LiveShell livesh...@gmail.com wrote: Hi all, I am working on dynamic resource allocation problem. I have set of Consumer

[algogeeks] Algorithm for dynamic resource allocation

2011-05-04 Thread LiveShell
Hi all, I am working on dynamic resource allocation problem. I have set of Consumer and resource. Consumers are with priority (High, Medium, Low). Now I want to assign resource slice to each consumer based on priority and no of consumers. ie Priority| No of Consumers

[algogeeks] Re: Algorithm for dynamic resource allocation

2011-05-04 Thread LiveShell
Algorithm is going to decide what amount of resource given to customer/ consumer based on priority. On May 5, 6:33 am, ADITYA KUMAR aditya...@gmail.com wrote: how much resource each customer needs...?? On Wed, May 4, 2011 at 6:13 PM, LiveShell livesh...@gmail.com wrote: Hi all