Fork (operating system)

Fork (operating system)

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5146-9999-5

High Quality Content by WIKIPEDIA articles! In computing, when a process forks, it creates a copy of itself. Under Unix-like operating systems, this is implemented with the fork() system call. The original process that calls fork() is the parent process, and the newly created process is the child process. Both processes return from the system call and execute the next instruction.