Re: Removing our datasource/pooling implementation. - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Removing our datasource/pooling implementation.
Date
Msg-id 41E44DD6.2080809@opencloud.com
Whole thread Raw
In response to Re: Removing our datasource/pooling implementation.  (Kris Jurka <books@ejurka.com>)
Responses Re: Removing our datasource/pooling implementation.  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka wrote:
>
> On Fri, 7 Jan 2005, Oliver Jowett wrote:
>
>>I use our plain DataSource and ConnectionPoolDataSource implementations.
>>Please keep them; the CPDS, especially, has scope to do driver-specific
>>work (consider RESET CONNECTION on proxy connection close()) that can't
>>be done at a higher level easily.
>
> The real problems seem to be in our PooledConnection implemention which is
> what I really wanted to get rid of.  Since that's needed for CPDS I've
> kept the pooling datasource implementation, but updated the documentation
> to more strongly recommend against using it.

What needs fixing in our PooledConnection implementation? I can take a
look at repairing whatever concerns you. I haven't noticed any problems
myself, but our app hardly exercises the whole class..

-O

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Postgres JDBC driver (80b1.308) bug
Next
From: Kris Jurka
Date:
Subject: Re: Removing our datasource/pooling implementation.