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.
由于 Erlang 线程不共享状态,因此 Erlang/OTP 自动利用机器可能拥有的任何额外内核和处理器是有意义的。这是真的?
是的,标准的 Erlang VM 将跨系统中的所有核心分发进程。一般来说,正在运行的进程数会比核心数多得多,因此效果很好。此外,VM 经过优化,可以在重负载下保持良好状态,因此您可以真正推动大量工作。
Xen VM 上的 Erlang 将仅使用单个 VM,但假设您将使用 Xen Hypervisor 跨内核分发(这是一个新的实验性 VM)