CACrown ArchivesHistory · sources · collections
Menu
Research dossier · General Reference

Spawn (computing)

single system call that loads and executes a new child process

Cross-disciplinary reference desk with index cards, atlas, dictionary and catalogue
General referenceInterpretive dossier study · Crown Archives visual atlas
Record originEnglish Wikipedia
Text licenseCC BY-SA 4.0
Source revisionJun 2, 2026
Entity authorityQ7574145
Source-derived summary

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.

Editorial summary

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

Editorial reviewA concise reference frame for defining the subject, testing terminology and identifying the institution closest to the evidence. The current 298-word lead offers orientation but no explicit four-digit date, so chronology should not be assumed. The selected authority fields contribute no independent date. Its strongest next move is a source search built around Spawn, computing and single.
Editorial analysis

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.

Evidence profile

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.

Critical limits

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.

Best used for
  • Subject orientation
  • Search vocabulary
  • Locating named sources
Verify next

The closest primary source, responsible institution and strongest cited specialist reference.

Three-step research path

  1. Establish the record: confirm the title “Spawn (computing)”, its source revision and the description used here.
  2. Expand the search: follow Spawn (computing) primary sources, Spawn (computing) archive and Spawn research across catalogues and specialist indexes.
  3. Test the account: compare the strongest cited source with the responsible institution’s current record and note any disagreement.

Questions for further research

  1. Which source most directly establishes the central claim about “Spawn (computing)”?
  2. What terminology or title could unlock a more precise catalogue search?
  3. Which institution is responsible for the underlying evidence?
Subject index

Search terms from this dossier

Source & attribution

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.