(computer science) One of the subsidiary processes that branches out from the root task in the fork-join model of programming on parallel machines.
| Sci-Tech Dictionary: child process |
(computer science) One of the subsidiary processes that branches out from the root task in the fork-join model of programming on parallel machines.
| 5min Related Video: Child process |
| Wikipedia: Child process |
A child process is a computer process created by another process (the parent process).
A child process inherits most of its attributes, such as open files, from its parent. In UNIX, a child process is in fact created (using fork) as a copy of the parent. The child process can then overlay itself with a different program (using exec) as required.
Each process may create many child processes but will have at most one parent process; if a process does not have a parent this usually indicates that it was created directly by the kernel. In some systems, including UNIX based systems such as Linux, the very first process (called init) is started by the kernel at booting time and never terminates (see Linux startup process); other parentless processes may be launched to carry out various daemon tasks in userspace. Another way for a process to end up without a parent is if its parent dies, leaving an orphan process; but in this case it will shortly be adopted by init.
This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| spawn (computer jargon) | |
| neonatal cytomegalovirus infection | |
| Lev Semenovich Vygotsky (philosophy) |
| What happens to the parent process id of a child process when the parent process terminates before the child process? | |
| What is the process of born child? | |
| What is child process in computer? |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Child process". Read more |
Mentioned in