Re: Timing out connections?

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Peter Fein <pfein(at)pobox(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, Aaron Lav <asl2(at)pobox(dot)com>
Subject: Re: Timing out connections?
Date: 2005-08-19 05:41:43
Message-ID: 1124430103.6099.2.camel@Andrea.peacock.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Donnerstag, den 18.08.2005, 12:36 -0500 schrieb Peter Fein:
> Hi-
>
> Is there any way to have the *server* timeout disconnected clients? I'm
> connecting over a sometimes flaky WiFi connection & when it goes down,
> I'm left with several open idle sessions. Is there a way to have the
> server disconnect these? A coworker and I have searched the docs/faqs &
> haven't been able to find an answer. The best we could come up with was
> tunneling over SSH and lowering sshd's timeout setting, but this seems
> less than ideal. TIA.

You might try openvpn (anyway for WiFi connections - since WEP isnt
really enough) as it is fully transparent (you dont need to start up
the tunneling per connection as of ssh) and it maintains connection keep
alive and stuff.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bernard 2005-08-19 05:49:06 Re: BUG #1830: Non-super-user must be able to copy from a file
Previous Message Stephan Szabo 2005-08-19 05:17:56 Re: [GENERAL] Cascades Failing