Difference between revisions of "Spawn (computing)"
From Citizendium
(stub article) |
Meg Taylor (Talk | contribs) (subpages) |
||
Line 1: | Line 1: | ||
− | + | {{subpages}} | |
+ | '''Spawn'''ing is the creation of a new child process. This is done by calling an [[operating system]] function, and the OS does all the work of setting up the new [[process]], and managing it along with all the other processes currently running. |
Latest revision as of 05:41, 1 October 2009

- The content on this page originated on Wikipedia and is yet to be significantly improved. Contributors are invited to replace and add material to make this an original article.
Spawning is the creation of a new child process. This is done by calling an operating system function, and the OS does all the work of setting up the new process, and managing it along with all the other processes currently running.