简体   繁体   English

WCF Restful Web 服务客户端限制

[英]WCF Restful Web Service Client Limits

I would like to implement a high-traffic restful .NET 4.0 WCF service which can handle a large number (maybe 2,000) requests a minute.我想实现一个高流量的宁静 .NET 4.0 WCF 服务,它可以每分钟处理大量(可能是 2,000)请求。

I understand I will need to have the hardware to handle this number of connections, but where can I expect to see bottlenecks when hosting in either IIS or a Windows service?我知道我需要硬件来处理这个数量的连接,但是当托管在 IIS 或 Windows 服务中时,我会在哪里看到瓶颈? What sort of configuration options will I need to tweak?我需要调整什么样的配置选项?

What happens on the server & client sides when the service gets overloaded?当服务超载时,服务器端和客户端会发生什么? Do clients simply timeout?客户只是超时吗?

Any information on creating a scalable, high-performance WCF rest service would be greatly appreciated.任何有关创建可扩展、高性能 WCF rest 服务的信息将不胜感激。

Thanks!谢谢!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM