开发者

Maximum Concurrent Threads that WCF supports?

开发者 https://www.devze.com 2023-03-01 12:42 出处:网络
What is the maximum concurrent threads that WCF supports开发者_运维知识库?WCF uses managed I/O threads from the CLR ThreadPool, so the max will be machine specific. Are you asking about the configurat

What is the maximum concurrent threads that WCF supports开发者_运维知识库?


WCF uses managed I/O threads from the CLR ThreadPool, so the max will be machine specific. Are you asking about the configuration of WCF throttling (MaxConcurrentCalls, MaxConcurrentInstances, and MaxConcurrentSessions)? If so, take a look at this blog post, it should help explain how it works.

0

精彩评论

暂无评论...
验证码 换一张
取 消