i don't understand what this word mean.
- From: ilovecpp@xxxxxxxxx
- Date: 28 Dec 2005 10:28:53 -0800
Recently, I've read a book "Linux Kernel Primer" and English is not my
mother languege.
so, in chapter 3, I read below paragraph.
"A process is created by a previously existing process with a call to
fork(). Forked processes are referred to as the child processes, and
the process that creates them is referred to as the parent process. The
child and parent processes continue to run in parallel. If the parent
continues to spawn more child processes, these processes are sibling
processes to the original child. The children may in turn spawn off
child processes of their own. This creates a hierarchical relationship
among processes that define their relationship"
and I can't understand what "The children may in turn spawn off child
processes of their own" means. I don't know "spawn off"'s meaning and I
can't find my dictionary.
what does mean, "spawn off".
.
- Follow-Ups:
- Re: i don't understand what this word mean.
- From: Peter T. Breuer
- Re: i don't understand what this word mean.
- From: Enrique Perez-Terron
- Re: i don't understand what this word mean.
- From: Malte Christensen
- Re: i don't understand what this word mean.
- Prev by Date: Re: How does rpm command compare 2 rpm files' version?
- Next by Date: Re: i don't understand what this word mean.
- Previous by thread: process switch...
- Next by thread: Re: i don't understand what this word mean.
- Index(es):
Relevant Pages
|