[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2006-01-26 Thread [EMAIL PROTECTED]
Hi Chris, Have you done the testing for TreeCache without AOP? -John View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3919873#3919873 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919873

[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-10-03 Thread ctof
Yes i use async, i don't use flow control protocol (i don't now if it's supported in this release of JBoss (1.2.4/jgroups 2.2.8), but as you can see in my publisher test class, all 1000 msg (via modulo) i call a sleep of 2000ms (i have test without). What is very strange is, this is not the

[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-10-03 Thread [EMAIL PROTECTED]
OK, if you still find that a problem, can you open up a JBossCache Jira issue and attach your test case? If it is aop-specific, please assign it to me and I will take a look. -Ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898714#3898714 Reply to the

[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-09-30 Thread [EMAIL PROTECTED]
Did you regulate your sender send rate? That is, did you do some sleep? If you don't, you will need a flow control protocol in jgroups stack. Otherwise, sender will just flood the network and gc won't start in time. I assume you are using repl_async? -Ben View the original post :