> > 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


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to