Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想实现一个高流量的 .NET 4.0 WCF 服务,它可以每分钟处理大量(可能 2,000 个)请求。
我知道我需要有硬件来处理这个数量的连接,但是在 IIS 或 Windows 服务中托管时我会在哪里看到瓶颈?我需要调整什么样的配置选项?
当服务超载时,服务器端和客户端会发生什么?客户只是超时吗?
任何有关创建可扩展、高性能 WCF 休息服务的信息将不胜感激。
谢谢!
一些有用的链接:
使用 ServiceThrottlingBehavior 控制 WCF 服务性能 WCF 服务可能会在负载下缓慢扩展(KB) 优化 WCF 性能