Erlang进程如何绑定到特定的调度程序? [英] How does an Erlang process bind to a specific scheduler?

查看:103
本文介绍了Erlang进程如何绑定到特定的调度程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

目前的进程没有绑定到特定的调度程序(虽然你可以通过非文档功能强制它,不推荐)。调度器线程可以使用cpu拓扑和绑定类型绑定到逻辑处理器。 vm使用其中的一些信息来增强其正常调度方案中的性能。


How does an Erlang process bind to a specific scheduler?

解决方案

Currently processes does not get bound to specific schedulers (though you can force it via undocumentet functions, not recommended). Scheduler threads may be bound to logical processors using cpu topology and binding types. The vm does use some of this information to enhance performance in its normal scheduling scheme.

这篇关于Erlang进程如何绑定到特定的调度程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆