ok, does nobody have an idea? I think I can do something like this in the stateful cache configuration.
There is a an attribute 'timeToIdleSeconds' (default is 300 seconds) in 'ejb3-clustered-sfsbcache-service.xml': | ... | <!-- Specific eviction policy configurations. This is LRU --> | <attribute name="EvictionPolicyConfig"> | <config> | <attribute name="wakeUpIntervalSeconds">1</attribute> | <name>statefulClustered</name> | <region name="/_default_"> | <attribute name="maxNodes">1000000</attribute> | <attribute name="timeToIdleSeconds">300</attribute> | </region> | | </config> | </attribute> | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920870#3920870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920870 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
