Monday, 15 July 2019

Launching several thousands of Node.js processes - how?

Hi everyone,let's say that I want to spawn several thousands Node.js processes, what would you say it's the best way to do it? Every resource I find suggests that I can launch only 1 process per core, but it seems a bit strange to me that I'd need so many servers especially if the Node.js app is very lightweight.

Submitted July 15, 2019 at 02:43PM by VolkovSullivan

No comments:

Post a Comment