Child_process Child_process

Child process - Definition and Overview

Related Words: Mo, Act, Activity, Algorithm, Alter, Answer, Attack, Barber, Blueprint, Bob, Capias, Carve, Change, Chisel, Coif

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 only one parent process, except for the very first process which has no parent. The first process, called init in UNIX, is started by the kernel at booting time and never terminates.

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.

Example Usage of process

ServeAmerica: Private Investigators should take a look at process serving. Many of your clients utilize both services. Check out www.serveamerica.com
Easy2GoGreen: Easy to Follow Guide That Walks you Through Every Step-by-Step process of Building Solar Energy. http://eCa.sh/kxQ2
James_Stanton: Sudanese Church: Peace process at Critical Point - http://bit.ly/5npoRL
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.