Dain Sundstrom wrote:
>>|Will this affect commit Option A and B, which doesn't passivate? I'm
>>
>>not true.
>>
>>Even under option A if you are under heavy load, the cache can passivate
>>under you.
>>
>>
>
> Good, I guessed from the code that passivation ment that we need to reload
> the data after activation (i.e., bean data should not be keept, in the vm,
> after a passivation). During passivation I de-referance the bean data. I'm
> just curious what was the passivation cache for?
>
> -dain
>
Memory management. If your database contains 10 GB and you only have 1GB
of memory, you'll need to swap out some bean based on some criteria (LRU
by default) to make room.
-danch
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development