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

Reply via email to