CPU and Memory Cap for an AppDomain

Viewed 2842

I want to host an exe in an appdomain and assign a CPU and Memory cap to it so that it does not use more than the assigned processing power. Is this possible to do and how?

4 Answers
Related