(Latest Revision: Sat Oct 29 01:46:55 PDT 2016 ) un-synched_runs.txt

un-synched_runs.txt



UN-SYNCHED Runs 
(I added some code that forced the 
 mother to run slow -  to make it likely 
 all children would finish before the 
 mother exits. Other than that, this is
 the result of the skeleton program 
 running with no synchronization.)
===================================
john@lucifer: diamond

Welcome to Diamond Heights!

Mother Begins Spawning Threads.

Mother Finishes Spawning Threads.

Child # 1 is now in position.
Child # 7 is now in position.
Child # 5 is now in position.
Child # 4 is now in position.
Child # 8 is now in position.
Child # 3 is now in position.
Child # 2 is now in position.
Child # 0 is now in position.
Child # 6 is now in position.

All children are now in position.
Mother exiting ... 

john@lucifer: diamond

Welcome to Diamond Heights!

Mother Begins Spawning Threads.

Mother Finishes Spawning Threads.

Child # 5 is now in position.
Child # 4 is now in position.
Child # 7 is now in position.
Child # 0 is now in position.
Child # 6 is now in position.
Child # 3 is now in position.
Child # 2 is now in position.
Child # 1 is now in position.
Child # 8 is now in position.

All children are now in position.
Mother exiting ... 

===================================