> Sure, I'm happy with a new kind of process group. In the docs we can
> say "this is for threads". Couple that with a new kill() syscall which
> does "kill one of a group" and we can support POSIX semantics.
How about extending process groups so that a process can belong to any (sane)
number of groups?
addpgid(pid, pgid);
rempgid(pid, pgid);
--
"Hey! Who took the cork off my lunch??!"
-- W. C. Fields
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/