Chapter 12. Parallel Process scenario 347
Should the process be put into a state that uses human interaction to
investigate the problem? If so, how is the state of all of the parallel paths
made available for manual investigation?
Applying the guidelines to ITSO Electronics
We have kept our process simple to illustrate the principles of parallel
processing. We have used a transaction to solve the problem of parallel updates
to the accounting system that needs to be processed in an “all or nothing” style.
Our parallel calls to the wholesalers do not need to be transactional or
compensated because they are, effectively, retrieve operations which do not
create, delete, or update any data.
Process modeling and simulation
A great aid to process o ...