A single instance of Node.js runs in a single thread. To take advantage of multi-core systems the user will sometimes want to launch a cluster of Node.js processes to handle the load.
The cluster module allows you to easily create child processes that all share server ports.
多进程,利用多核
论计算机基础知识和英语的重要性 (╯▽╰)
process 翻译过来 就是 “进程”,而线程是"thread"。
文档中也有讲到
至于进程和线程的区别,可以看看这里
回复仅供参考
多进程
那本书?报上名来 自豪地采用 CNodeJS ionic
那本书?作者是谁?