Hi, On Wed, Sep 1, 2010 at 03:26, Ron Johnson <[email protected]> wrote: > Or, since fork() is so integral to Unix and processes keep flitting in an > out of existence, is "name" not a relevant concept?
fork() returns PIDs, which are more unique than names; getppid() returns the parent's PID. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

