Back to Developer Roadmap

Process Forking

src/data/roadmaps/computer-science/content/[email protected]

4.0687 B
Original Source

Process Forking

Process forking is a way to create a new process from an existing process. The new process is a copy of the existing process. The new process is called a child process and the existing process is called a parent process.

Visit the following resources to learn more: