Speedup DNS requests with a local cache
One common server bottleneck is DNS lookups. Many common server tasks such as from looking up hostnames to write Apache logfiles and processing incoming mail require the use of DNS queries. If you're running a high-traffic system it might be useful to cache previous lookups.
There are several different packages you can use for caching DNS requests - including bind, djbdns, dnsmasq and pdnsd.
The pdnsd package is a very simple and lightweight tool for DNS caching. It will, like many of the other systems, act as a small DNS server forwarding requests to a "real" DNS server and caching the responses.
When pdnsd is stopped it will save all the lookups which have been made against it so they may be reloaded when it starts again.


Recent comments
7 hours 50 min ago
7 hours 50 min ago
8 hours 19 min ago
9 hours 15 min ago
11 hours 40 min ago
1 day 5 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 11 hours ago
1 day 17 hours ago