I can't find the answer to this question, when a master process spawns a child process, are they completely separate? What I mean is do they share any of the following: - Call stack - Event loop - Task queue
After watching this video https://www.youtube.com/watch?v=8aGhZQkoFbQ I am trying to grasp how node process work together.