Re: killing idle postgres instances

Поиск
Список
Период
Сортировка
От Marcus Andree S. Magalhaes
Тема Re: killing idle postgres instances
Дата
Msg-id 63924.200.174.148.100.1076021775.squirrel@webmail.webnow.com.br
обсуждение исходный текст
Ответ на Re: killing idle postgres instances  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: killing idle postgres instances
Re: killing idle postgres instances
Список 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.magalhaes@vlinfo.com.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




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: killing idle postgres instances
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: killing idle postgres instances