Spawn (computing)
http://dbpedia.org/resource/Spawn_(computing)
Spawn in computing refers to 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.
rdf:langString
Spawn is in de informatica een functie om een nieuwe taak of nieuw proces te starten. De oorspronkelijke taak (parent) kan hierbij ofwel wachten tot deze nieuwe taak (child) is afgelopen, ofwel a-synchroon de eigen uitvoering (executie) vervolgen. Er is een familie van spawnfuncties in DOS, later geërfd door Microsoft Windows. Er is ook een andere familie van spawnfuncties in een optionele extensie van de POSIX-standaarden.
rdf:langString
rdf:langString
Spawn (informatica)
rdf:langString
Spawn (computing)
xsd:integer
8941352
xsd:integer
1037823712
rdf:langString
Spawn in computing refers to 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.
rdf:langString
Spawn is in de informatica een functie om een nieuwe taak of nieuw proces te starten. De oorspronkelijke taak (parent) kan hierbij ofwel wachten tot deze nieuwe taak (child) is afgelopen, ofwel a-synchroon de eigen uitvoering (executie) vervolgen. Er is een familie van spawnfuncties in DOS, later geërfd door Microsoft Windows. Er is ook een andere familie van spawnfuncties in een optionele extensie van de POSIX-standaarden.
xsd:nonNegativeInteger
8416