24 Jan
2005
24 Jan
'05
9:38 p.m.
On Mon, Jan 24, 2005 at 09:11:54AM +0100, Wim De Houwer wrote:
Henrik,
After a short test, the problem remains,
This would appear to point at a DNS server problem.
but what i do see is that when i put the --no-ares option,the following row in bbtest goes up ...
DNS lookups completed 1106554182.581252 30.254821
That's to be expected. The standard resolver library is slower than ARES, because it does one lookup at a time, whereas ARES runs multiple lookups in parallel.
Henrik