Login or register (free and only takes a few minutes) to participate in this question.You will also have access to many other tools and opportunities designed for those who have language-related jobs (or are passionate about them). Participation is free and the site has a strict confidentiality policy.
Dutch to English translations [PRO] Computers: Systems, Networks | | Dutch term or phrase: kinderen | Tijdens het importeren moet er een belangrijke keuze gemaakt worden, namelijk hoe wordt omgegaan met de nieuwe items.
De beschikbare opties zijn:
verwijder eerst alle kinderen, start daarna met importeren; |
| Frank HesseKudoZ activityQuestions: 445 ( 2 open) ( 11 without valid answers) ( 2 closed without grading) Answers: 56 Thailand
| |
| | children | Explanation: In hiërarchische systemen wordt gesproken over parent processes en child processes. De child processes zijn daarbij ondergeschikt aan de parent processes. Ze liggen dus een niveau lager.
wait suspends the calling process until one of the immediate children
terminate, or until a child that is being traced stops because it has hit
an event of interest. The wait will return prematurely if a signal is
received. If all child processes stopped or terminated prior to the call
on wait, return is immediate.
If the call is successful, the process ID of a child is returned.
wait3 is BSD's extension of wait. It provides an alternate interface for
programs that must not block when collecting the status of child
processes.
waitpid is POSIX's extension of wait. The pid argument specifies a set
of child processes for which status is requested. waitpid only returns
the status of a child process from this set.
http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?wait 2
-------------------------------------------------- Note added at 31 mins (2005-02-09 11:14:20 GMT) --------------------------------------------------
tree
n. A data structure containing zero or more nodes that are linked together in a hierarchical fashion. If there are any nodes, one node is the root; each node except the root is the child of one and only one other node; and each node has zero or more nodes as children. See also child (definition 2), graph, leaf, node (definition 3), parent/child (definition 2), root.
http://support.microsoft.com/?scid=http://support.microsoft.... |
| Selected response from:
vixen Local time: 13:33
| Grading comment Many thanks, Vixen.
Rgfs
Frank 4 KudoZ points were awarded for this answer |
| |
| Discussion entries: 0 |
|---|
Automatic update in 00:
|
18 mins confidence:  peer agreement (net): +6 children
Explanation: In hiërarchische systemen wordt gesproken over parent processes en child processes. De child processes zijn daarbij ondergeschikt aan de parent processes. Ze liggen dus een niveau lager.
wait suspends the calling process until one of the immediate children
terminate, or until a child that is being traced stops because it has hit
an event of interest. The wait will return prematurely if a signal is
received. If all child processes stopped or terminated prior to the call
on wait, return is immediate.
If the call is successful, the process ID of a child is returned.
wait3 is BSD's extension of wait. It provides an alternate interface for
programs that must not block when collecting the status of child
processes.
waitpid is POSIX's extension of wait. The pid argument specifies a set
of child processes for which status is requested. waitpid only returns
the status of a child process from this set.
http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?wait 2
-------------------------------------------------- Note added at 31 mins (2005-02-09 11:14:20 GMT) --------------------------------------------------
tree
n. A data structure containing zero or more nodes that are linked together in a hierarchical fashion. If there are any nodes, one node is the root; each node except the root is the child of one and only one other node; and each node has zero or more nodes as children. See also child (definition 2), graph, leaf, node (definition 3), parent/child (definition 2), root.
http://support.microsoft.com/?scid=http://support.microsoft....
| vixen Local time: 13:33 Native speaker of: Dutch PRO pts in category: 8
|
| | Grading comment Many thanks, Vixen.
Rgfs
Frank |
|
|
| |