Introduction
Concurrency behavior reflects the performance characteristics of services such as throughput and scalability. WCF provides many built-in features for developers to control the concurrency of our services built upon it.
This chapter covers some typical and useful cases of WCF concurrency management, including service instancing mode control, concurrent service invoking within GUI client application, and service session management.