Re: [GENERAL] idle connection timeout

2009-03-26 Thread Grzegorz Jaśkiewicz
2009/3/26 Tom Lane : > You might be getting bit by an idle timeout somewhere else, such as > in a NAT router between the client and server. ok, thanks tom. -- GJ -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql

Re: [GENERAL] idle connection timeout

2009-03-26 Thread Tom Lane
=?UTF-8?Q?Grzegorz_Ja=C5=9Bkiewicz?= writes: > is there any potential idle connection timeout on server side ? No. You might be getting bit by an idle timeout somewhere else, such as in a NAT router between the client and server. regards, tom lane -- Sent via pgsql-gen

[GENERAL] idle connection timeout

2009-03-26 Thread Grzegorz Jaśkiewicz
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