Spring.net WCF 服务和多线程:管理 exec WCF 方法的线程计数
我使用 spring.net 创建 WCF 服务。我需要管理执行 WCF 服务的一种方法的线程数。例如,方法只能执行 3 个客户端,当第 4 个客户端尝试执行方法时,我需要抛出异常“不允许执行”。对我的问题有什么想法吗?
I'm create WCF service using spring.net. I need manage count threads which execute one method of WCF service. Example, method can execute only 3 clients and when 4-th client try execute menthod I need throw Exception "Not allow execute". Any ideas for my problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下,最好在绑定配置中使用 WCF 限制。
Better to use WCF throttling in the binding configuration in this scenario.