Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查使用MailboxProcessor<'T>. 为此,我想通过首先在 1、2、4 等多核机器的核心上运行应用程序来测试应用程序。如何限制应用程序可用的逻辑处理器?
MailboxProcessor<'T>
我知道我可以篡改处理器亲和性,但我会得到想要的结果吗?它们会反映在具有所需内核数的不同机器上运行应用程序吗?我担心ThreadPool和TaskScheduler: 它们会被正确配置还是会像没有限制一样行事?
ThreadPool
TaskScheduler