
|
If you were logged in you would be able to see more operations.
|
|
|
|
Preliminary analysys:
After calling pool.returnObject() active count does not decrease, and idle count remains zero.
Moreover it turns out that the pools default policy is to have maximum of 8 active objects, and indefinetely block until one is released if that number is exhausted.
|
|
Description
|
Preliminary analysys:
After calling pool.returnObject() active count does not decrease, and idle count remains zero.
Moreover it turns out that the pools default policy is to have maximum of 8 active objects, and indefinetely block until one is released if that number is exhausted. |
Show » |
|