
|
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 » |
made changes - 13/May/09 10:48 PM
| Field |
Original Value |
New Value |
|
Resolution
|
|
Fixed
[ 1
]
|
|
Fix Version/s
|
|
1.5
[ 12312915
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
made changes - 19/Jun/09 04:10 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|
The fix ensures that when an object is returned to the pool, _numActive is decremented in the same sync block.