What is Child Process and Cluster? What are the difference?



What is Child Process and Cluster? What are the difference?..

Answer / Mohammad Jafar

Child Process is a built-in module in Node.js that allows you to create new independent processes (child processes) from the current one. Cluster, on the other hand, is a module that provides support for executing and managing multiple instances of your application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

Does node.js supports cryptography?

1 Answers  


What are callback functions in node js?

1 Answers  


What are globals in node.js?

1 Answers  


What is the use of express js?

1 Answers  


What are “Streams” in Node.JS?

1 Answers  


What is Node.js?

1 Answers  


What is node.js process?

1 Answers  


Does uber use node.js?

1 Answers  


Why node js is faster than php?

1 Answers  


What is the meaning of tilde and caret in package.json?

1 Answers  


What do you mean by the term i/o in node.js?

1 Answers  


What is a node process?

1 Answers  


Categories