i don't understand what this word mean.



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".

.



Relevant Pages

  • Re: i dont understand what this word mean.
    ... Forked processes are referred to as the child processes, and the process that creates them is referred to as the parent process. ... If the parent continues to spawn more child processes, these processes are sibling processes to the original child. ... stronger appeal to the reader's imagination, ...
    (comp.os.linux.development.system)
  • Re: spawning pyhon apps...
    ... trying to figure out a good/best way to spawn multiple ... python scripts from a parent python app. ... any of the child processes have died/halted.. ...
    (comp.lang.python)
  • spawning pyhon apps...
    ... trying to figure out a good/best way to spawn multiple ... python scripts from a parent python app. ... any of the child processes have died/halted.. ...
    (comp.lang.python)
  • Re: How to write a structure that has pointers in the shared memory?
    ... are going to write these structures in the shared memory and parent ... Uptill now in my current architecture,child processes used to ... Parent process used to listen on localhost: ... pointers and Instead of pointers one should write offset in bytes from ...
    (comp.unix.programmer)
  • DBD::Sybase-1.04 hangs with perl-5.8.5 multiple mod_perl-1.29 with apache-1.3.27 processes on linux
    ... Attached are the perl config and the loaded modules lists from admin/perl-status. ... I don't know if this helps,, but the parent process appears to be doing this: ... Various of the original child processes appear to be doing this: ... E-mail transmission cannot be guaranteed to be secure or error-free ...
    (perl.dbi.users)