We have paying and non-paying customers.� We want to have a pool of servers, where a fixed percentage of the servers are dedicated to processing jobs from paying customers only.� The remaining servers will process jobs from both paying and non-paying customers on a first come first serve basis. <br>
<br>Each job is very CPU sensitive.� We never want more than one job running per CPU, and each job should run one time.<br><br>Down the road, we&#39;ll want to dedicate servers to specific customers, but we don&#39;t need to solve that now.� <br>
<br>Is there a simple way to do this (using the .NET client)? <br><br>Thanks,<br>Bryan<br><br>