Need Some Help/Inputs regarding JBossCache Configuration I'm getting the following results for a 10KB string object in TreeCache:
1. Local Cache Mode: ~5500 puts/s. 2. REPL_SYNC (Replicated Synchronous mode): ~50 puts/s (nested runtime exception after every 50 inserts in cache) 3. REPL_ASYNC (Replicated Asynchronous mode): ~50 puts/s (nested runtime exception after every 50 inserts in cache) I created a simple java program that inserts the 10kb string, 5000 times in TreeCache and In case of REPL_SYNC and REPL_ASYNC when I run the java program, at the 51th element I am getting the NestedRuntimeException and program breaks. Again I run the program then exception is coming on 101th element then program breaks and so on i.e. after every 50th element I am getting NestedRuntimeException. I am inserting statement for cache in both try and catch blocks because if error is generated in ?try? block then it will again try in ?catch? block. In this case error is not coming but element is taking 10 seconds to insert in the cache. I tried to change the buffer size but still not getting better results. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869389#3869389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869389 ------------------------------------------------------- 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-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development