Re: statement caching proof of concept

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: statement caching proof of concept
Дата
Msg-id AA9D09A0-B23D-442E-9DB5-AE5364BE588A@fastcrypt.com
обсуждение исходный текст
Ответ на Re: statement caching proof of concept  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-jdbc
On 19-Jun-06, at 2:07 PM, Heikki Linnakangas wrote:

> On Mon, 19 Jun 2006, Dave Cramer wrote:
>
>> This is just proof of concept. More work has to be done to make it
>> build properly and work properly under different jdk's
>
> That's neat, but isn't statement caching something that belongs to
> the application server, not the JDBC driver?

There's an interesting question. However the way it has been done it
can be very easily removed, or added.
>
> Also, it seems to me that the changes to AbstractJdbc2Connection
> and AbstractJdbc2Statement are completely unrelated to statement
> caching.
>
>> Note: this work is based completely on apache's dbcp statement
>> caching implementation and this will be noted in the final code.
>
> What kind of licensing issues does that bring us?
None, their license is more or less bsd.
>
> - Heikki
>


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: moving to java 1.6
Следующее
От: till toenges
Дата:
Сообщение: Re: statement caching proof of concept