Hi,

I have a windows 2000 server with 4 Production instances running on it.

I want to allocate my resources in such a way that no particular instance consumes more than 25% of the CPU at any given time. That is when all 4 instances are maxed out they consume 25+25+25+25 = 100%CPU (Max or less)

Futhurmore withing each instance I want to check that no particular user consumes more than 50% of the resources.

Basically what i am trying to achieve is that no particular user from any instance should be able to just clog the system down.

I know that this can be done using resource manager somehow.

But the question is whats the approach.

Thanks