Re: Removing our datasource/pooling implementation.

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Removing our datasource/pooling implementation.
Date: 2005-01-06 21:30:41
Message-ID: 41DDAE01.7030405@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:

> Having received another report[1] of the lack of robustness of our pooling
> implementation I think we should scrap our datasource and pooling
> implementation. [...]

> Would anyone like to make a case for keeping our implementation around?

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.

Dropping the "pooling" DataSource implementation is fine, dbcp fills
that role well by the sounds of it and there's no real reason it has to
be implemented by the driver.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sven Köhler 2005-01-07 02:17:06 BLOBs etc
Previous Message Kris Jurka 2005-01-06 20:17:10 Re: One byte integer support