On Wed, Nov 16, 2011 at 19:40, Wayne Merricks <[email protected]> wrote: > > I'm not sure if this is related to your problems but I had issues when I was > using a Windows MySQL server on a linux host when I couldn't perform a DNS > lookup on the linux host. It was a custom program but it would pause for 2 > seconds or so for every DB query that was run. > > Simply turning off DNS lookup in the mysql config (or I guess adding proper > DNS records for your arch machine on your name servers might help). > > http://www.linuxask.com/questions/disable-dns-hostname-lookup-in-mysql > > Regards, > > Wayne
You had it exactly. Name resolution was what I suspected first, so I thought that maybe the hostname was not set in the /etc/hosts file. We are not running on a network so everything is done on the same machine and we do not need name servers. Thank you! -- Sébastien Leblanc _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
