Implement the two versions of the process creation hierarchy.
Compare the performance of process creation and destruction when implemented with and without linked lists. Description Version 1 of the process creation hierarchy uses linked lists to keep track of child processes as described in section “The process control block”, subsection “The PCB data structure”. For the purposes of performance evaluation, the PCBs are simplified … Read more