Questions tagged «node-cluster»

15
多核计算机上的Node.js
Node.js看起来很有趣,但是我必须错过一些东西-Node.js是否仅调整为仅在单个进程和线程上运行? 那么它如何扩展到多核CPU和多CPU服务器?毕竟,使速度尽可能快的单线程服务器非常好,但是对于高负载,我想使用多个CPU。对于提高应用程序速度也是如此-今天看来,方法是使用多个CPU并使任务并行化。 Node.js如何适合这张图片?它的想法是以某种方式分发多个实例还是什么?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.