Re: killing idle postgres instances

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


I'll clean it up a bit and make an as-similar-as-possible tomorrow morning.
It's a relatively large package with lots of classes and internal calls
but 90% of the code has nothing to do with the database.

> Marcus,
>
> Can we see the code, sometimes a second set of eyes helps.
>
> Dave
> On Thu, 2004-02-05 at 17:56, Marcus Andree S. Magalhaes wrote:
>> 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
>>
>>
>>
>>
>> ---------------------------(end of
>> broadcast)--------------------------- TIP 5: Have you checked our
>> extensive FAQ?
>>
>> http://www.postgresql.org/docs/faqs/FAQ.html
>>
> --
> Dave Cramer
> 519 939 0336
> ICQ # 14675561

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jan Oksfeldt Jonasen 2004-02-06 12:25:46 ResultSet construction and byte arrays
Previous Message Dave Cramer 2004-02-05 23:18:06 Re: killing idle postgres instances