WCF Restful Web 服务客户端限制

发布于 2024-11-14 14:47:29 字数 231 浏览 4 评论 0原文

我想实现一个高流量的静态 .NET 4.0 WCF 服务,它每分钟可以处理大量(也许 2,000 个)请求。

我知道我需要硬件来处理如此数量的连接,但是在 IIS 或 Windows 服务中托管时,我可以在哪里看到瓶颈呢?我需要调整哪些类型的配置选项?

服务器上发生了什么?当服务过载时客户端?客户端只是超时吗?

任何有关创建可扩展、高性能 WCF 休息服务的信息将不胜感激。

谢谢!

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.

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? 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.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文