|
|
|
|
|
by andrewstuart
80 days ago
|
|
The author speculates about ways to deal with an overloaded queue. Kingmans Formula says that as you approach 100% utilization, waiting times explode. The correct way to deal with this is bounded queue lengths and back pressure. I.e don’t deal with an overloaded queue, don’t allow an overloaded queue. |
|