$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
It's a blog.
In: Uncategorized
30 Sep 2008Today’s little bit of “Now that I think about it, that makes sense…” wisdom: if your system happens to be a recursing nameserver, when running something to display open network connections, don’t let it resolve hostnames… Caching keeps it from becoming an infinite loop, but you will end up opening a new network connection for every nameserver in the chain… And each of those requires a DNS lookup…
Related posts: