Re: Establishing remote connections is slow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Establishing remote connections is slow
Дата
Msg-id 22686.1326828228@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Establishing remote connections is slow  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Establishing remote connections is slow  (Mindaugas Žakšauskas <mindas@gmail.com>)
Список pgsql-admin
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Actually, where I've seen this sort of problem, it was the client
> code which was doing the unnecessary reverse DNS lookup.  What
> controls this in psql?

psql?  AFAIR psql itself doesn't do any such thing.

It's possible that certain libraries such as SSL or Kerberos might
do an RDNS lookup internally, though.  The OP showed he was using
md5 (password) authentication, so we can discount authentication
libraries, but I wonder whether openssl ever does DNS lookups,
and if so how to control that.  Mindaugas, are you using SSL,
and if so can you turn it off and see whether things change?
(It should be safe to do so at least on the "localhost" connection,
even if you feel your network is insecure.)

            regards, tom lane

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Post Removal
Следующее
От: Frank Lanitz
Дата:
Сообщение: Re: Post Removal