Re: [algogeeks] Algorithm for dynamic resource allocation

2011-05-04 Thread dinesh bansal
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 wrote: > Hi all, > > I am working on dynamic resource allocation problem. I have set of > Consumer and resource. Consumers are with priority (

Re: [algogeeks] Algorithm for dynamic resource allocation

2011-05-04 Thread ADITYA KUMAR
how much resource each customer needs...?? On Wed, May 4, 2011 at 6:13 PM, LiveShell wrote: > 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 con

[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 --