On Thursday 16 May 2013 03:10:58 pm Kevin Miller wrote: > On 05/16/2013 03:51 AM, Wayne Merricks wrote: > > Latency can be an issue with MySQL but only usually if you don't have > > good DNS on your network. To test this out you can just disable the DNS > > Why not just install a caching dns server?
More trouble than it's worth. There are two simple approaches. 1. Disable the DNS functions of MySQL. 2. Add the machine at the other end of the query to the hosts file. Typically, hosts is queried first anyway, so that's the fastest and IMHO simplest approach. And remember, MySQL is one of those brain-dead apps that one should NEVER use 127.0.0.1 with the hostname. 127.0.0.2 is just fine, although internally they are exactly the same. -- Cowboy http://cowboy.cwf1.com Real computer scientists don't comment their code. The identifiers are so long they can't afford the disk space. _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
