WCF 会话,客户端数量?

发布于 2024-11-30 22:32:40 字数 141 浏览 1 评论 0原文

我正在开发具有 WCF 服务后端的系统,并考虑实现会话。 但我担心可以同时连接的客户端数量。 我将连接多达 500 个客户端,每个客户端每 5-10 秒就会不断地拨打电话。 对于每个客户端有一个实例的服务来说,成本是多少?

谢谢乔恩

I'm developing as system with a WCF service back end, and thinking about implementing sessions.
But I'm worried about the number of client that can be connected at the same time.
I will have up to 500 clients connected, and each client will constantly make calls every 5-10 seconds.
How expensive will it be for the service to have one instance per client?

Thanks

Jon

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

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鹿! 2024-12-07 22:32:40

在这种情况下可以使用企业库缓存和身份验证块。您的基础设施服务器将需要高规格的 SQL 和应用程序机器。

The Enterprise Library caching and authentication blocks may be used in this scenario. Your infrastructure servers will need high specification SQL and Application machines.

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