How will getppid work under this scheme? What will happen if the
thread that created a particular thread dies? Do you send a SIGCHILD? Who
reaps threads return values?
DS
> Allowing user mode threads to share pids is probably a mistake. For the
> purpose of process control, it probably makes more sense to regard them as
> special cases of processes, i.e., processes with shared memory.
>
> Let's not make life any more complicated than it has to be....
>
> lilo