WCF MaxConcurrentSessions exceeded
问题 I am hitting into a problem with my company application. I am going to summarize the system key elements: My company's system is running since few years on Windows XP and 7 (Home, Pro, Basic) machines. It has been written in .NET 4.0 and based upon WCF. It uses the default throttling values (MaxConcurrentSessions = 100 * CPU (4) : enough for our workload). The main service is hosted by a stand alone deamon process (not IIS). The main service is configured as Multithraded/PerSession instances.