Child Process

Node

Understanding JavaScript - Node Child Process - Part 2

This is the second part of our series on Understanding Node JS Child Process. We will be seeing about execFile and fork method of child process in read more...

Node

Understanding JavaScript - Node Child Process - Part 1

Node JS runs on Single Thread. So the basic assumption is that Node can't handle more than huge API calls or huge data processing at a given point of time, this is a myth. Node JS allows us to take advantage of complete hardware for better performance, cluster read more...