I am using a TreeCache in a multithreaded environment where 3 JVMs put objects into 
the cache at the same time (something like 10000 objects each during a 30 seconds time 
period into the same node).

The problem is that I am losing objects, meaning that when I check the number of 
objects at the end of that period I get a number less then 30000.

I have tried all kind of configurations - SYNC / ASYNC, with/withput a queue, with 
different sizes and intervals but still I get the same problem.

Is that something that have to do with the isolation level? what about the transaction 
manager?

Any help is welcome!  
Ran.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847981#3847981

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847981


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to