[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Is anyone using TreeCache in production?

2004-06-22 Thread idumali
Wooow. Very impressive performance improvement. Thanks a lot, Ben! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839522#3839522 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839522

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - JBossCache with LRU benchmark

2004-06-18 Thread idumali
OK, here are the final results. We did series of tests on the following wakeUpIntervalSeconds: 1,3,5,10,15. The default one indicated in the sample code on your site was 5sec. In each series, several series of puts() were performed: from 500 to 50,000 with step 1,000 (10 points for each

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Is anyone using TreeCache in production?

2004-06-17 Thread idumali
hi Ben, thanks for replying. here's a graph of LRU-enabled test benchmark. The only thing it does is makes put()s in JBossCache. Test is a standalone app, no interference with anything, no Hibernate or whatever. This snapshot is with wakeUpTime=5sec

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Is anyone using TreeCache in production?

2004-06-16 Thread idumali
We (www.digijava.org) are trying to use JbossCache under Hibernate on production. Only ASYNC replication gave reasonable performance. Number of caches objects that we are testing on is about hundred thousand objects We are having real serious problems with the existing LRU implementation. LRU