Re: Clocking proccesses' time
budyanto.himawan_at_gmail.com
Date: 11/29/05
- Next message: Thomas Maier-Komor: "Re: how to know is the command exist at all?"
- Previous message: ul: "Re: how to know is the command exist at all?"
- In reply to: babis85_at_gmail.com: "Clocking proccesses' time"
- Next in thread: babis85_at_gmail.com: "Re: Clocking proccesses' time"
- Reply: babis85_at_gmail.com: "Re: Clocking proccesses' time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Nov 2005 02:03:43 -0800
Is this snippets of the real code?
pid1 = fork();
if (pid != 0) {/* parent process */
The if condition needs to be checking for pid1 and not pid.
- Next message: Thomas Maier-Komor: "Re: how to know is the command exist at all?"
- Previous message: ul: "Re: how to know is the command exist at all?"
- In reply to: babis85_at_gmail.com: "Clocking proccesses' time"
- Next in thread: babis85_at_gmail.com: "Re: Clocking proccesses' time"
- Reply: babis85_at_gmail.com: "Re: Clocking proccesses' time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|