I will use AOPTreecahe to do Synchronize some variable between two JBOSS...
However, I do a testing in SINGLE JBOSS FIRST .....I find that . when I use JSP
to call AOPTreecache .. I find the memory continue to rise. even I try to use
remove / or removeobj............ the situation haven't changed.....And I found
the .(reservedCache.getMembers()) . continue to rise....Can any one help me ?
reservedCache = new TreeCacheAop();
PropertyConfigurator config = new PropertyConfigurator();
config.configure(reservedCache, "META-INF/replSync-service.xml");
reservedCache.start();
reservedCache.remove("/A/B");
reservedCache.removeObject("/A/B");
Map map = new HashMap();
map.put("A1","HELLO1");
map.put("A2","HELLO2");
reservedCache.put("/A/B",map);
System.out.println("MEMEBER(2): "+reservedCache.getMembers());
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875091#3875091
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875091
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user