Re: 60 Seconds to connected to Postgresql using ODBC or PGAdmin

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: 60 Seconds to connected to Postgresql using ODBC or PGAdmin
Дата
Msg-id 474E6C67.5020304@archonet.com
обсуждение исходный текст
Ответ на 60 Seconds to connected to Postgresql using ODBC or PGAdmin  (Richard Broersma Jr <rabroersma@yahoo.com>)
Ответы Re: 60 Seconds to connected to Postgresql using ODBC or PGAdmin
Список pgsql-general
Richard Broersma Jr wrote:
> --- On Wed, 11/28/07, Finn Lassen <dcio@AxiomInt.com> wrote:
>
> Can anyone else comment on what problems could be causing these slow connections problems?
>
>
>> Meanwhile, I don't understand why it now takes exactly
>> 60 seconds to connect to the database whether I use pgAdmin or my
>> connection string from within VB.

Name lookups. Something is trying to look up a name, failing and it's
timing out after 60 seconds.

Could be DNS, or WINS (or whatever MS' current name resolution system is
called). It could be either end of the connection too, if for example
something on the server is logging the names of connecting clients.

Try a couple of name lookups (forward and reverse) from each end and see
what happens.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: 60 Seconds to connected to Postgresql using ODBC or PGAdmin
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: 60 Seconds to connected to Postgresql using ODBC or PGAdmin