Re: Connection Pooling

Поиск
Список
Период
Сортировка
От Wappler, Robert
Тема Re: Connection Pooling
Дата
Msg-id C8E2DAF0E663A948840B04023E0DE32A026C0F98@w2k3server02.de.ophardt.com
обсуждение исходный текст
Ответ на Re: Connection Pooling  (David Kerr <dmk@mr-paradox.net>)
Ответы Re: Connection Pooling  (Halil Türker Özdamar<halil.turker.ozdamar@gmail.com>)
Список pgsql-general
On 2010-03-29, David Kerr wrote:

> On 3/27/2010 12:46 AM, John R Pierce wrote:
>> Allan Kamau wrote:
>>> You may also have a look at Commons DBCP from Apache software
>>> foundation, "http://commons.apache.org/dbcp/". I have used it for a
>>> few projects and have had no problems.
>>
>> for that matter, JDBC has its own connection pooling in java.
>>
>>
>>
>
> It looks like both of those solutions require a coding change. I'm
> hoping for a middleware solution similar to pgpool/pgbouncer.
>

I'm using proxool for JDBC-connection pooling. It behaves as a usual
JDBC-Driver or DataSource should do. The configuration can be loaded
statically when starting the application.

--
Robert...



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

Предыдущее
От: Faheem Mitha
Дата:
Сообщение: Re: simultaneously reducing both memory usage and runtime for a query
Следующее
От: Frans Hals
Дата:
Сообщение: Re: Large index operation crashes postgres