Detection Algorithm Usage
When or how often to invoke ?
- In the extreme case - every time a request for resource cannot be granted immediately.
- This comes with enormous cost (think about complexity).
- Reasonable alternative - periodically. But what period to use?
- How long are we willing to wait after it happens to be detected.
- How much system resources are we willing to commit to the detection.