1.

What is the difference between the node js child process and clusters?

Answer»
Child ProcessClusters
It is a module of Node.js containing sets of properties and functions HELPING developers throughout the forking process.These can be easily SPUN using Node's child_process module and can communicate with each other using a messaging system.
It occurs when you have TWO or more node INSTANCES running with one master process routing.It SPAWNS a new script or executable on the system.


Discussion

No Comment Found