Re: killing idle postgres instances

From: "Marcus Andree S(dot) Magalhaes" <marcus(dot)magalhaes(at)vlinfo(dot)com(dot)br>
To: <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <marcus(dot)magalhaes(at)vlinfo(dot)com(dot)br>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: killing idle postgres instances
Date: 2004-02-05 22:56:15
Message-ID: 63924.200.174.148.100.1076021775.squirrel@webmail.webnow.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Thanks, Tom,

but the connections are closed by a finally clause.
And, besides, when the vm exits, all tcp/ip connections should be closed...

> "Marcus Andree S. Magalhaes" <marcus(dot)magalhaes(at)vlinfo(dot)com(dot)br> writes:
>> We have a java program scheduled to run a few times in an hour and the
>> server backend keeps running when the java program exits.
>
> That means you're not closing the connection. Fix your client.
>
> regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-02-05 23:18:06 Re: killing idle postgres instances
Previous Message Tom Lane 2004-02-05 22:18:03 Re: killing idle postgres instances