Re: Caching driver on pgFoundry? - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Caching driver on pgFoundry?
Date
Msg-id 46E31673.4070504@opencloud.com
Whole thread Raw
In response to Re: Caching driver on pgFoundry?  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Caching driver on pgFoundry?  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Dave Cramer wrote:
>
> On 7-Sep-07, at 9:13 AM, Oliver Jowett wrote:
>>
>> What is the implementation advantage of making statement pooling part
>> of the main driver? There are maintenance issues which count *against*
>> it being part of the driver so you need to provide a good reason to
>> include it.
>>
> Well, it has to be maintained regardless of where it is. So how does
> that make any difference ?

Err if it is part of the main driver it needs to be maintained as part
of the main driver and will follow the main driver's release cycle.
Others have commented on the same thing. It also increases the
complexity of the main driver, making it harder for a particular person
to maintain the whole thing.

I'm going to ask again: What is the implementation advantage of making
statement pooling part of the main driver?

-O

pgsql-jdbc by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Caching driver on pgFoundry?
Next
From: Oliver Jowett
Date:
Subject: Re: Caching driver on pgFoundry?