Spawn (computing)
single system call that loads and executes a new child process

In computer science, spawn is a function that loads and executes a new child process.
The current process may wait for the child to terminate or may continue to execute concurrent computing. Creating a new subprocess requires enough memory in which both the child process and the current program can execute.
There is a family of spawn functions in DOS, inherited by Microsoft Windows.
There is also a different family of spawn functions in an optional extension of the POSIX standards.
DOS/Windows spawn functions
The DOS/Windows spawn functions are inspired by Unix functions fork and exec; however, as these operating systems do not support fork, the spawn function was supplied as a replacement for the fork-exec combination. However, the spawn function, although it deals adequately with the most common use cases, lacks the full power of fork-exec, since after fork any process settings which will survive an exec may be changed. However, in most cases, this deficiency can be made up for by using the more low-level CreateProcess API.
In the spawnl, spawnlp, spawnv, and spawnvp calls, the child process inherits the environment of the parent. Files that are open when a spawn call is made remain open in the child process.
Prototype
int spawnl(int mode, char* path, char* arg0, ...);
int spawnle(int mode, char* path, char* arg0, ..., char* envp[]);
int spawnlp(int mode, char* path, char* arg0, ...);
int spawnlpe(int mode, char* path, char* arg0, ..., char* envp[]);
int spawnv(int mode, char* path, char* argv[]);
int spawnve(int mode, char* path, char* argv[], char* envp[]);
int spawnvp(int mode, char* path, char* argv[]);
int spawnvpe(int mode, char* path, char* argv[], char* envp[]);
Function names
The base name of each function is spawn, followed by one or more letters:
Mode
The mode argument determines the way the child is run.
“Spawn (computing)” enters the record as single system call that loads and executes a new child process. Crown Archives preserves that source wording while asking what Spawn, computing and single can confirm, complicate or overturn.
Why this record matters
“Spawn (computing)” is worth following because a concise public description often conceals a longer documentary argument. Here, Spawn, computing and single provides the most credible route into that argument.
The citation trail is more important than the brevity of the summary: it shows where individual claims can be examined in context. The source revision retrieved here is dated Jun 2, 2026. The linked authority identifier is Q7574145. None of the 0 selected statements returned an explicit reference.
A concise general-reference account can conceal disagreements about scope, terminology or the weight assigned to individual sources. The source lead contains qualifying language; that uncertainty should survive quotation, summary and reuse. Authority statements aid reconciliation but still require their own references, qualifiers and ranks to be checked.
How to read it
Use the entry as an orientation point, then follow its citations and revision history. Names, dates and institutional relationships should be checked against the original record.
- Subject orientation
- Search vocabulary
- Locating named sources
The closest primary source, responsible institution and strongest cited specialist reference.
Three-step research path
- Establish the record: confirm the title “Spawn (computing)”, its source revision and the description used here.
- Expand the search: follow Spawn (computing) primary sources, Spawn (computing) archive and Spawn research across catalogues and specialist indexes.
- Test the account: compare the strongest cited source with the responsible institution’s current record and note any disagreement.
Questions for further research
- Which source most directly establishes the central claim about “Spawn (computing)”?
- What terminology or title could unlock a more precise catalogue search?
- Which institution is responsible for the underlying evidence?
Search terms from this dossier
This entry incorporates text from “Spawn (computing)” on English Wikipedia. Contributors are listed in the page history. Text is available under the Creative Commons Attribution-ShareAlike 4.0 License. Selected authority identifiers and statements are retrieved from Wikidata under CC0; their references and qualifiers remain part of the verification path.