(Latest Revision: Fri Mar 31 16:41:08 PDT 2017 ) 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: head star.cpp
/*
------------5-----------------
--------1-------2-------------
----8-------0-------6---------
--------4-------3-------------
------------7-----------------
*/

/*  Star Formation Program   */
john@lucifer: star

Welcome to The Star Chamber!

Mother Begins Spawning Threads.

Mother Finishes Spawning Threads.

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

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

john@lucifer: star

Welcome to The Star Chamber!

Mother Begins Spawning Threads.

Mother Finishes Spawning Threads.

Child # 4 is now in position.
Child # 6 is now in position.

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

john@lucifer: star

Welcome to The Star Chamber!

Mother Begins Spawning Threads.

Child # 2 is now in position.
Mother Finishes Spawning Threads.

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

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

john@lucifer: 
===================================