Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!tgr!cottrell@nbs-vms.ARPA From: cottrell@nbs-vms.ARPA (COTTRELL, JAMES) Newsgroups: net.lang.c Subject: The same PID Message-ID: <1105@brl-tgr.ARPA> Date: Thu, 29-Aug-85 15:07:17 EDT Article-I.D.: brl-tgr.1105 Posted: Thu Aug 29 15:07:17 1985 Date-Received: Sat, 31-Aug-85 09:20:01 EDT Sender: news@brl-tgr.ARPA Lines: 13 /* > > (what happens when you get the same pid > > as someone else did earlier?). > > This can happen very easily: Process X does a mktemp (or tmpnam), then > execs another program that also wants to mktemp (or tmpnam). It's still > got the same PID! Pretty sloppy program! Didn't even clean up its temporary files! jim cottrell@nbs */ ------