WCF 会话,客户端数量?
我正在开发具有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下可以使用企业库缓存和身份验证块。您的基础设施服务器将需要高规格的 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.