This is a very simple code sample that shows how to use Service Throttling to control the resource consumption of a WCF service. The code contains a simple client that allows you to change the number of virtual clients that are calling the WCF service and a simple service that takes a workload item and can be configured to deal with as many concurrent sessions as you see fit.