[JBoss-user] [EJB/JBoss] - Re: max-bean-life??

2004-08-16 Thread leerbag
interessante Informationen, vielen Dank :-) m, I mean, Thank you ;-P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845217#3845217 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845217

[JBoss-user] [EJB/JBoss] - Re: max-bean-life??

2004-03-26 Thread milowe
It depends on what behaviour you are after. The max-bean-age parameter sets how long an inactive bean will remain in the cache at the most. After that it will be passivated. Any further access of the bean within max-bean-life time period will activate the bean. It will be removed if not accessed

[JBoss-user] [EJB/JBoss] - Re: max-bean-life??

2004-03-25 Thread buptzjs
i can not catch you , do you mean i should chage the at the same time? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827528#3827528";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827528>Reply to the post

[JBoss-user] [EJB/JBoss] - Re: max-bean-life??

2004-03-25 Thread milowe
The max-bean-life sets the period how long a passivated bean will exist before it is removed (scan time set by remover-period). The max-bean-age sets the period of inactivity before a bean is passivated (scan time is set by overager-period). You need to check all those settings to get your desi