
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
13/May/09 10:48 PM
|
|
Whilst investigating other POOL issues, I noticed that _numActive can be > _maxActive when under load. Test case and fix to follow.
|
|
Description
|
Whilst investigating other POOL issues, I noticed that _numActive can be > _maxActive when under load. Test case and fix to follow. |
Show » |
|
The fix ensures that when an object is returned to the pool, _numActive is decremented in the same sync block.