如何控制.NET 2.0中的进程亲和力?
如何控制.NET 2.0中的进程亲和力?我是.Net的新手。 请帮忙!
How to control process affinity in .NET 2.0 ? I am newbie in .Net.
please help !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请看看我的帖子@如何在多核计算机上运行的 C# dot net 代码中使用硬件线程?
Please have a look at my post @How to use hardware threads in C# dot net code running on multicore machine?
一般来说,你不需要。抱歉,如果这不是您所期望的,但我到处做了很多服务器概述,但很少 - 真的很少 - 看到需要这样做。
如果必须的话,请查看 Process 类 - ProcessAffinity 属性。但首先要确保你必须这样做。
In general, you do not. Sorry if that is not what you expect, but I do a LOT of server overview here and there and rarely - really rarely - see a need for that.
If you ahve to, look at the Process class - the ProcessAffinity property. But really make sure you have to in the first place.
使用 Process.ProcessorAffinity 属性。
Using the Process.ProcessorAffinity property.