Node.js on multi-core machines

前端 未结 15 1328
猫巷女王i
猫巷女王i 2020-11-22 07:46

Node.js looks interesting, BUT I must miss something - isn\'t Node.js tuned only to run on a single process and thread?

Then how does it scale for m

15条回答
  •  失恋的感觉
    2020-11-22 08:15

    I'm using Node worker to run processes in a simple way from my main process. Seems to be working great while we wait for the official way to come around.

提交回复
热议问题