var fDesc=new Array(); fDesc[0] = "As long as there's an Internet, everyone is going to want to do things faster. Browse the web, ping servers, download files, whatever. Every time you go to a new website, or a website you haven't been to in a day or so, your computer needs to locate the server again using DNS. Each DNS request can take anywhere from 50 milliseconds, to even a second or more, but most are in the 100 to 200 millisecond range. Want to save a couple hundred milliseconds? Probably not, but what about a couple million or more? That's what AnalogX FastCache is all about.
AnalogX FastCache is a caching DNS server that runs on your local machine and handles any DNS request that your computer makes, from Internet Explorer to your favorite FTP client. Once a query is made, FastCache will override the normal timeout for the item with one that you specify, so instead of saving a query for a couple of seconds, it can save it for a couple of days. Now every time you ask for it again while it's in the cache, it gives it to you instantly."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }