idle connection timeout

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: idle connection timeout
Date: 2009-03-26 10:54:22
Message-ID: 2f4958ff0903260354i1e60c1c0tdd7af8a1476827bf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hey folks,

is there any potential idle connection timeout on server side ?
I got a C++ client here, using pqxx, that waits with CLOSE_WAIT, which
would potentially mean that back end called close() on connection,
if there's such idle timeout, how long is it set to by default, and
can it be set by user ?
the server version in this case is 8.1.4

ta.

--
GJ

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leonardo M. Ramé 2009-03-26 11:45:45 Re: Weird encoding behavior
Previous Message Tim Uckun 2009-03-26 10:43:44 How to compile a 32 bit version of postgres on a x64 machine.