Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, janglin, pitrou
Date 2009-07-02.15:24:44
SpamBayes Score 0.00124918
Marked as misclassified No
Message-id <1246548286.35.0.848272834905.issue6394@psf.upfronthosting.co.za>
In-reply-to
Content
> Do these same issues exist on Unix systems?
No. When the parent exits, the child process is attached to the 'init'
process and getppid() returns 1.

And collisions are not rare at all. Actually it seems that you get the
same pid if you close and restart a program quickly.
That's why Windows apps prefer dealing with "process handles" instead of
"process ids"
History
Date User Action Args
2009-07-02 15:24:46amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, janglin
2009-07-02 15:24:46amaury.forgeotdarcsetmessageid: <1246548286.35.0.848272834905.issue6394@psf.upfronthosting.co.za>
2009-07-02 15:24:45amaury.forgeotdarclinkissue6394 messages
2009-07-02 15:24:44amaury.forgeotdarccreate