You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of the available nameservers for a domain, ZDNS will round-robin randomly thru this set. While we cache responses, if a nameserver never replies then ZDNS will still try to connect.
A potential performance gain could be we cache nameservers that don't respond or we cache their failure rates and use that to prioritize selecting the nameservers that respond more.
This "negative cache" could help ZDNS avoid attempting to connect to a nameserver we know is unreachable.
The text was updated successfully, but these errors were encountered:
Of the available nameservers for a domain, ZDNS will round-robin randomly thru this set. While we cache responses, if a nameserver never replies then ZDNS will still try to connect.
A potential performance gain could be we cache nameservers that don't respond or we cache their failure rates and use that to prioritize selecting the nameservers that respond more.
This "negative cache" could help ZDNS avoid attempting to connect to a nameserver we know is unreachable.
The text was updated successfully, but these errors were encountered: