|
|
|
|
|
by blackcat786
5972 days ago
|
|
The challenge is that by the time you reach the 300th request your system is unusable. In the example mentioned the system starts to experience exponential degradation around the 100th request. One wants to avoid reaching that state of the system where the exponential degradation starts .
There IS a better solution to this than just rejecting the request and it has to do with request queuing. |
|