> If the API change will require new implementations of gethostbyname(), > why not get it (and friends) to do the caching, or reasonably efficient > access to the local resolver's cache, instead of pushing this into the > app layer? Agree. We need client side (resolver's client) caching. I think we can't afford to make a network conversation, even on udp on every single dns lookups. Also, if resolver library does a caching/nb-lookup, we can feel more comfortable about DNS security. As least we will be using the same algorithm, not 100 different caching scheme by 100 different implementations/programmers. AnawatReceived on Wednesday, 27 March 1996 20:45:37 EST
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 06:31:49 EDT