Re: Establishing remote connections is slow - Mailing list pgsql-admin

From Tom Lane
Subject Re: Establishing remote connections is slow
Date
Msg-id 22686.1326828228@sss.pgh.pa.us
Whole thread Raw
In response to Re: Establishing remote connections is slow  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Establishing remote connections is slow  (Mindaugas Žakšauskas <mindas@gmail.com>)
List 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 by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Post Removal
Next
From: Frank Lanitz
Date:
Subject: Re: Post Removal