WCF 和多核
我有一个 wcf 服务,将在具有多个 NIC 卡的多核系统上运行。我需要做些什么才能充分利用核心吗?我需要运行该服务的多个实例吗?或者 .NET 会自动为我处理一切吗?
谢谢!!
I have a wcf service that will be running on a multicore system, with multiple NIC cards. Do I need to do anything in order to take full advantage of the cores? Do I need to run multiple instances of the service? Or will .NET automagically handle everything for me?
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一篇文章讨论了 WCF 中的性能设置可以考虑wrt。并发。
There is an article discussing performance settings in WCF you may consider wrt. concurrency.