Re: What do people use for connection pooling with PostgreSQL JDBC

Поиск
Список
Период
Сортировка
От Guillaume Smet
Тема Re: What do people use for connection pooling with PostgreSQL JDBC
Дата
Msg-id 1d4e0c10903051256j7750bde3t92161d0497cf04a2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: What do people use for connection pooling with PostgreSQL JDBC  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
On Thu, Mar 5, 2009 at 2:13 PM, Dave Cramer <pg@fastcrypt.com> wrote:
> dbcp, or c3po, however pgbouncer has it's merits too if you have a large
> number of app servers hitting the same db server.

Same here, c3p0 more often than dbcp.

We use pgbouncer only for the big PHP platforms.

--
Guillaume

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: What do people use for connection pooling with PostgreSQL JDBC
Следующее
От: Mario Splivalo
Дата:
Сообщение: Forcing postgres NOT to use sequential scan, trough JDBC