cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
child and parent processes
child and parent processes
Sep 14, 2009 at 9:11pm UTC
thezealot1
(1)
I need a little assistance understanding why you would ever need to have a child process outlive its parent...
Can anyone give me an actual example of a situation where killing a parent process should not destroy any child processes?
Sep 15, 2009 at 1:16am UTC
jsmith
(5804)
Almost every unix service does this as a means of automatically "backgrounding" itself, even
if the user didn't background it with "&" on the command line.
Topic archived. No new replies allowed.