First page Back Continue Last page Overview Graphics
Realistic Performance Improvements
Everyone would like the system to run infinitely fast
Is the system performance acceptable, e.g. must handle x transactions per sec to meet a contract specification or the vendor doesn't get paid?
Limits on performance:
- Speed of network interface and disk i/o
- Speed of context switch between threads
Use “back of the envelope” calculations to determine whether desired performance is feasible.
Notes: