This page is experimental and may change significantly in future releases.
Child Process
Properties
id: d3f:ChildProcess
- name
- Child Process
- definition
- A child process 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).
- defined by
- http://dbpedia.org/resource/Child_process
- see also
- http://dbpedia.org/resource/Parent_process
Neighbors