← Back to context Comment by dboreham 3 years ago This is the norm. It's only weird things like Node.js and Ruby that don't have this property. 1 comment dboreham Reply hunterloftis 3 years ago While individual Node.js processes are single-threaded, Node.js includes a standard API that distributes its load across multiple processes, and therefor cores.- https://nodejs.org/api/cluster.html#cluster
hunterloftis 3 years ago While individual Node.js processes are single-threaded, Node.js includes a standard API that distributes its load across multiple processes, and therefor cores.- https://nodejs.org/api/cluster.html#cluster
While individual Node.js processes are single-threaded, Node.js includes a standard API that distributes its load across multiple processes, and therefor cores.
- https://nodejs.org/api/cluster.html#cluster