Primary
Child Process ○꠹|Definition|1st|20260107020903-00-⌔
Child process
A child process (CP) in computing is a process created by another process (the parent process). This technique pertains to multitasking operating systems, and is sometimes called a subprocess or traditionally a subtask.
There are two major procedures for creating a child process: the fork system call (preferred in Unix-like systems and the POSIX standard) and the spawn (preferred in the modern (NT) kernel of Microsoft Windows, as well as in some historical operating systems).
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •