Discussion:
Child Background Process
(too old to reply)
cs412036
2005-09-28 00:40:31 UTC
Permalink
When it states that a child background process should not be detached
does it mean only for user processes or both user and kernel processes.

Should the first kthread be considered the parent of the other 4 kthreads?

Thanks
Saurabh Srivastava
2005-09-28 04:58:16 UTC
Permalink
| When it states that a child background process should not be detached
| does it mean only for user processes or both user and kernel processes.
|
| Should the first kthread be considered the parent of the other 4 kthreads?


any user process that is spawned for background should not be detached.
they should run as bg processes but should still have their parent
pointers and proper refCounts. kernel processes being detached is a
separate issue.

Continue reading on narkive:
Loading...