Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: DNS Delay 30 secs
| Subject: | Re: DNS Delay 30 secs |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 9 May 2006 10:03:44 |
"Allan Fernandes" <tech@ssmiths.com> wrote in message
news:4460ae80@newsgroups.borland.com...
> If DNS is installed it takes 30 secs to get connected.
That indicates that something is very wrong. DNS should not take that long.
> Is there a way of bypassing the DNS because I am talking to
> Local machines only ?
Specify IP addresses instead of hostnames. The TClientSocket::Host property
always performs a DNS lookup. The TClientSocket::Address property never
does.
Gambit
none