Fork, pipes, sockets, and inter-process communication
Fork()
So, what is fork()? I briefly introduced it in the previous article, but let's get into more details now. So fork() creates an entirely new process by literally copying said process and creating a new one. The child process is essentially an e...
mohamedelzein.hashnode.dev15 min read