Hi Mark,
I'm not j.u.c guru but if you're pleased to share your thoughts, I
would be glad to provide at least feedbacks.
Looking forward to see j.u.c. in action in pool, thanks for taking care of it!
Have a nice day,
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Fri, May 6, 2011 at 12:06 PM, Mark Thomas <ma...@apache.org> wrote:
> On 05/05/2011 19:08, Phil Steitz wrote:
>> Re performance, don't forget to add something that skips the synch
>> in createDataSource - i.e., use a PoolingDataSource directly to
>> avoid the thread lineup on getConnection due to that internal synch.
>
> Just tested that locally. It doesn't help that much. The bottleneck is
> in the pooling allocate() code. I going to start looking at that today.
> Not sure how long it is going to take for me to replace it with
> something based on java.util.concurrent
>
> Mark
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

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

Reply via email to