|
|
|
|
|
by ars
1720 days ago
|
|
So then when I'm on some kind of blocked WiFi and nothing resolves, and I switch to a properly working WiFi your code will continue to fail? It's not so simple to cache misses - you don't know if it's a real miss or some kind of error. For example if Facebook cached the miss, then even when they are back up nothing would connect. |
|
This tends to be beneficial regardless of the root cause.
edit this is especially useful for handling search/query misses as a query with no results is going to scan any relevant indexes etc. until it is clear no match exists meaning a no results query may take up more cycles than a hit.