Hi all, For our application we need two replicated caches with each node having its own store. We don?t need eviction policy : all the objects are always in memory. The data store avalaible with the cache loader, is used as a persistent storage needed only for ?cold? restarts of the application. I saw that asynchronous cache loader is avalaible in CVS and this feature will be important for me to improve performances.
But a JBossCache feature remains blocking due to the high availability requirements of our application. During state transfer between cluster nodes no new transaction is allowed. So, if a node fails, when it restarts, the application will remain unavailable during all the state transfer (and as we have a big cache it could be during a long time ...) . Is there a way to override that and allow the continuation of transaction processing on the coordinator node, during node synchronization ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884363#3884363 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884363 ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
