Re: looking for connection leaks

Поиск
Список
Период
Сортировка
От Guy Rouillier
Тема Re: looking for connection leaks
Дата
Msg-id CC1CF380F4D70844B01D45982E671B2348E4F8@mtxexch01.add0.masergy.com
обсуждение исходный текст
Ответ на looking for connection leaks  ("Wiebe de Jong" <wiebe@blive.com>)
Список pgsql-general
Wiebe de Jong wrote:
> I think I am having a problem with database connection leakage
> between PostgreSQL 7.3.4 on a Linux box and JBoss 2.4.3 on a separate
> Linux box
>
> What would be a good tool for monitoring connection usage and finding
> leaks?

Plain text formatting is encouraged.  I've converted this one.

That version of JBoss is very old.  There newer versions in the 2.4
series, but I'd highly recommend switching to the actively maintained 3
or 4 series.

Don't know about connection logging with PostgreSQL, but JBoss can do
this quite easily.  Quick and easy, just turn on debug for the
connections.  If you want something more customized, every connection
has a unique object reference; you can just print it out in the log.

--
Guy Rouillier

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

Предыдущее
От: Robby Russell
Дата:
Сообщение: Re: Postgresql website issues.
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Tracking back foreign keys?