Re: gethostbyname (was Re: (DNS) draft wording for W.G. review. )

> 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.

Anawat

Received on Wednesday, 27 March 1996 20:45:37 UTC