Re: connection timeout? - Mailing list pgsql-novice

From Shoaib Mir
Subject Re: connection timeout?
Date
Msg-id bf54be870702031035t1b228d8an28c5a8b86d28f945@mail.gmail.com
Whole thread Raw
In response to connection timeout?  (Frank Bax <fbax@sympatico.ca>)
List pgsql-novice
Make sure there is no firewall setting in between the database server and application that might be closing the connections...

--
Shoaib Mir
EnterpriseDB (www.enterprisedb.com )

On 2/3/07, Frank Bax <fbax@sympatico.ca> wrote:
Is there a connection timeout?  I'm using DBD::Pg  (1.47) in perl to access
8.2.1 database.

I've got a rather long running script; it does a bit of database access,
then did some other crunching for about 11-12 hours before making another
pgsql call; at which point, I get this error:

FATAL:  This connection has been terminated by the administrator.

I've restarted my script on a faster system and expect to get to the same
point in about 4 hours this time.  Hopefully timeout values won't get in
the way this time?


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

pgsql-novice by date:

Previous
From: Frank Bax
Date:
Subject: connection timeout?
Next
From: Devrim GUNDUZ
Date:
Subject: Re: Send Email from Postgressql