next up previous
Next: What to turn in Up: Assignment 3: Forking Processes Previous: Make some timings

Make the children live longer

1.
Add some code to the children so they take a reasonable amount of time (like 1 to 10 seconds). This time should be spent doing computation, not I/O. Be creative.

2.
Measure the total execution time of your program as a function of the number of children.



Allen Downey
2000-02-24