Dain Sundstrom wrote:
>>>I'm just curious what was the passivation cache for?
>>>
>>>
>>
>>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
>>
>>
>
> Exactly, so what was the passivation cache? During passivation we want to
> dump data to make room for new objects. I think I'm lost... Why would we
> want to cache objects that we are tring to remove from memory?
>
> -dain
It's a cache that passivates when it has over a certain number of object
within it. It doesn't passivate what it's trying to cache, it passivates
the overage.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development