Performance
[ There are several aspects of performance when it comes to
parallel computing. Whenever we add code that verifies execution flow we degrade
the performance. Whenever we add Wait States for example waiting on a MUTEX we
slow our application. We must also consider the difference in performance
between the development machine and the target machine. ]