Re: DB Connections

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: DB Connections
Дата
Msg-id 5503263F.5010600@hogranch.com
обсуждение исходный текст
Ответ на DB Connections  (Job <Job@colliniconsulting.it>)
Список pgsql-general
On 3/13/2015 2:59 AM, Job wrote:
> The application i use need lots of static DB connections

if lots is much over a 100 or so, I'd strongly advise using a connection
pooler like pgbouncer or whatever is built into your language framework
(for instance, Java frameworks like Tomcat have built in connection
pools), and configuring your app to grab a connection from the pool, do
a transaction and release the connection.

--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: DB Connections
Следующее
От: Dara Unglaube
Дата:
Сообщение: Re: Rebuild streaming replication