Fork, pipes, sockets, and inter-process communication
Apr 15, 2025 · 15 min read · 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...
Join discussion
