[Ilugc] [OT] OS concepts -Threads

  • From: girish1729@xxxxxxxxx (Girish Venkatachalam)
  • Date: Sun Sep 24 15:15:18 2006

On Sun, Sep 24, 2006 at 05:41:41AM -0400, peevee wrote:
 

Ya, I am also on the same thoughts initially,
but when I thought about Unix/Linux threads, Unix clones a process to make
thread, and this may share memory or it may not share memory,
in this case, if the parent thread (process) is killed, will the cloned
(thread/process) continue to exist?
I remember reading somewhere that in Solaris, even if the parent
process/thread is killed , the child process/thread can run.
Even I am not sure if this parent child process is the same as parent child
thread.

Please throw some light on my doubts.

What I said applies to all userland threads on all OSes.

regards,
Girish

Other related posts: