ServiceThrottling default values?
问题 Hi, According to this link the default values of WCF 4.0 is this : MaxConcurrentSessions: 16 * processorcount MaxConcurrentSessions: MaxConcurrentCalls + MaxConcurrentSessions 100 * processorcount MaxConcurrentSessions: 100 * processorcount I know, not that clear. When looking in the documentation at MSDN( WCF 4.0 ) it says this : maxConcurrentCalls : 16 maxConcurrentInstances : 26 maxConcurrentSessions : 10 If I however look at the WCF 4.5 some of the values is based on CPU like the first