On Thu, 2007-08-02 at 23:04 +0200, Peter J. Holzer wrote: > * The return value should probably be cached. Doing a DNS lookup every > time is wasteful. A connection note is probably the cleanest way to > do > this.
Why does everyone (i've seen this on other projects) want to write code to do DNS lookups ? Won't a local daemon (bind or djbdns) + libresolv do the caching for you ? -- --gh
