| Tip #002 - Concurrent Processing | index | |
|
If you have a process that has a large group of machines that do the same thing it might be advantageous to model this group as one element in your model. This way you can simplify your model and get one set of results that represent the entire group of machines. There are two ways of tackling this situation. Both ways have pros and cons. Method 1
Pros: Accurate if screen refresh is set at every 1 unit. Method 2
Pros: Fast, doesn’t depend on refresh rate and utilisation is recorded. |