History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CORAL-16
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed/Completed
Priority: Critical Critical
Assignee: Rafał Krzewski
Reporter: Rafał Krzewski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Coral

CoralSessionFactory.getSessionI() locks up after small number of invocations

Created: 2004-06-28 09:52   Updated: 2004-09-07 17:38
Component/s: ri.session, @implementation
Affects Version/s: 0.1
Fix Version/s: 0.1

Time Tracking:
Not Specified


 Description  « Hide
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.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Rafał Krzewski - 2004-06-28 09:59
done.