On 14/09/2010 11:34, Phil Steitz wrote:
> On 9/14/10 6:20 AM, Mark Thomas wrote:
>> On 14/09/2010 11:17, Benoit Perroud wrote:
>>> Dear all,
>>>
>>> Regarding
>>>
>>> 1) Replace wait/notify with 1.5+ thread management
>>>
>>> Is there already any work or ideas on how to use Java util concurrent
>>> (JUC)
>>
>> http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/
>>
>> I'd like to bring these two code bases together if at all possible.
>>
> +1
> 
> Let's talk about this.  The guts of "modernization" looks like it is
> there and we can likely avoid some painful stabilization if we can do that.

Absolutely. Whilst the code hasn't been officially released by the
Tomcat project, $work has been shipping it in a Tomcat based product
with jdbc-pool as the default instead of DBCP. We have seen the odd bug
but nothing significant.

I would say the overall package is not as feature rich / complete as
DBCP (some stuff is optional, requires a little custom code) but the
pool side of things should be good to go.

I'm busy at the moment but may have some time post JavaOne to contribute
to this.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to