What is the difference between spawn and fork?
Answer / Anuj Kumar Shukla
Spawn creates a new child process with its own memory space, while fork creates a copy of the parent process with shared memory space. Spawn is used for executing external scripts or programs, while fork can be used to create multiple processes within a Node.js application.
| Is This Answer Correct ? | 0 Yes | 0 No |
List down the major security implementations within node.js?
How do you delete a directory using node.js?
Required node developer with 3+yrs of genuine Experience work location india its work from home job
Which database is best for node js?
Why is node popular?
How Grunt and Gulp deal with Task Automation?
What is the difference between setImmiediate vs nextTick?
Explain chaining in node.js?
How to use aggregation in mongoose?
How do you get information of a file using node.js?
What is the difference between angular and node.js?
Explain node.js web application architecture?