process-reaper Questions

4

Process A fork()s process B. Process A dies and therefore init adopts B. A watchdog creates process C. Is it somehow possible for C to adopt B from init? Update: Or would it even be possible...
Dextral asked 9/5, 2012 at 16:5

3

Solved

Is the new parent always "init" or is there some way to control who gets to be the new parent? Wikipedia seems indicates that it's always "init". I really hope that this is not the case. I have tr...
Brothers asked 25/6, 2011 at 7:14

2

Solved

I'm writing a TCP server that functions very much like a chatroom and came across this question. When a user connects, a child process is created to serve the user. When a user logs in, I store hi...
Retainer asked 9/12, 2010 at 15:20
1

© 2022 - 2024 — McMap. All rights reserved.