all, we are running some performance tests and in one of the test script, i am tracking the time it takes to check out a connection from the pool.
times in milliseconds:
9, 16, 2, 127, 9, 145
the question is why would it vary so much? and how do i trouble shoot as i why
it took so much time in few instances ?
few dbcp settings:
initialSize="55"
maxActive="-2"
maxIdle="85"
timeBetweenEvictionRunsMillis="1800000"
thanks
dan
