Re: Too many postgres.exe

Поиск
Список
Период
Сортировка
От Howard Cole
Тема Re: Too many postgres.exe
Дата
Msg-id 4B278A50.4030504@selestial.com
обсуждение исходный текст
Ответ на Too many postgres.exe  (<A.Bhattacharya@sungard.com>)
Список pgsql-general
A.Bhattacharya@sungard.com wrote:
>
> Hi All,
>
>
>
> I have my application UI in Java and which is communicating with
> Postgresql database.
>
> However whenever my application is running I could see there are too
> many postgres.exe are created even though the application is not doing
> anything in database.
>
>
>
Have you defined a connection pool? It is possible that the connections
are part of a pool and will be created when your application starts. You
should be able to change the minimum/maximum pool size.

Howard
www.selestial.com

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

Предыдущее
От: Howard Cole
Дата:
Сообщение: Interesting Benchmark Article
Следующее
От: Howard Cole
Дата:
Сообщение: Re: How to remove non-UTF values from a table?