Re: long term persistent tunnels - Mailing list pgsql-admin

From Tom Lane
Subject Re: long term persistent tunnels
Date
Msg-id 14201.1092962332@sss.pgh.pa.us
Whole thread Raw
In response to long term persistent tunnels  (David Bear <David.Bear@asu.edu>)
List pgsql-admin
David Bear <David.Bear@asu.edu> writes:
> Asume I have another server called web1 that will be connecting to db1
> for data base operations.  If I setup an ssh tunnel should I be aware
> of any problems with 1) spontaneously dropped connections...2) long
> term time out -- 3)other?

In theory the connection won't be dropped until the client drops it or
the database is shut down.

In practice, the only major problems I've heard about have to do with
connections that go through a NAT (address-mapping) firewall.  A NAT
firewall has to keep a table of open connections, and some of them seem
to drop their entries for idle connections with unseemly haste (like
less than the RFC-mandated timeouts).

If you've got one of these suckers to deal with, the only solution is to
make sure there's some activity on the connection at least once every
few minutes.

If web1 and db1 are on the same LAN then you probably have nothing to
fear.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Van den bosch"
Date:
Subject: service did not start anymore
Next
From: "Pradeepkumar, Pyatalo (IE10)"
Date:
Subject: problem with setting PATH variable