Find the answer to your Linux question:
Results 1 to 4 of 4
Considering all the different things we now cache --- why hasn't anyone written any code that will cache DNS data? You just haven't seen "rediculous redundancy" until you have seen ...
  1. #1
    Banned CodeRoot's Avatar
    Join Date
    Sep 2005
    Posts
    567

    Just feel like saying this

    Considering all the different things we now cache --- why hasn't anyone written any code that will cache DNS data?

    You just haven't seen "rediculous redundancy" until you have seen several domain name translation requests made within a few seconds while loading a single web page...



    Any thoughts?

  2. #2
    Linux Enthusiast
    Join Date
    Oct 2004
    Posts
    609
    Perhaps nobody felt it to be needed

    No idea actually ...

  3. #3
    Linux Enthusiast likwid's Avatar
    Join Date
    Dec 2006
    Location
    MA
    Posts
    649

  4. #4
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,391
    I thought BIND did caching by default - you didn't have to configure it, it just did it. It uses memory only, i.e. it writes nothing to disk - this means it's quick, but if you restart the service (or the machine) the cache info is lost, and it has to look up names first time through in a new instance.

    I thought this was always the main reason for running your own instance of BIND.
    Linux user #126863 - see http://linuxcounter.net/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •