Alan Cheung
2004-12-30 06:30:14 UTC
hi all,
could someone explain to me what is the meaning of "beans in use current count"? does it mean the number of beans that are currently participating in a transaction? or does it mean the number of beans that are currently servicing requests?
we are currently investigating problems with CacheFullException, our max-beans-in-pools is set to a very high number (10000) but we are certain that under no circumstance would a single transaction be using more than 1000 beans at a time (and the CacheFullException happens when the server is under very light loading). I also checked the very well written document from bea on Investigating CacheFullException and we found no related problems.
Some backgrounds:
WLS: 8.1 SP3
EJB: CMP
Concurrency Strategy: Database
DB: Oracle
We use MDB to service all client requests and we use BMT (i.e. UserTransaction) to manage our transaction. Within a onMessage(), I could begin / commit a transaction many times depending on the use cases. Could this be a problem?
thanks in advance for your help,
vincent
could someone explain to me what is the meaning of "beans in use current count"? does it mean the number of beans that are currently participating in a transaction? or does it mean the number of beans that are currently servicing requests?
we are currently investigating problems with CacheFullException, our max-beans-in-pools is set to a very high number (10000) but we are certain that under no circumstance would a single transaction be using more than 1000 beans at a time (and the CacheFullException happens when the server is under very light loading). I also checked the very well written document from bea on Investigating CacheFullException and we found no related problems.
Some backgrounds:
WLS: 8.1 SP3
EJB: CMP
Concurrency Strategy: Database
DB: Oracle
We use MDB to service all client requests and we use BMT (i.e. UserTransaction) to manage our transaction. Within a onMessage(), I could begin / commit a transaction many times depending on the use cases. Could this be a problem?
thanks in advance for your help,
vincent