[jboss-user] [JBossCache] - Re: TcpCacheServer / Transaction propagation
manik.surtani@jboss.com
do-not-reply at jboss.com
Tue Sep 26 10:53:45 EDT 2006
Your TX on your BEA tier (let's call it that for now) will not propagate to your TCPCacheServer tier. Since access to the TCPCacheServer is wrapped up as a CacheLoader, however,it will be party to the TX such that commits and rollbacks will be adhered to.
I can't concievably think of any potential problems with not running transactions on the TCPCacheServer tier.
Why would you bother running BuddyReplication on the TCPCacheServer tier if you only have 2 nodes here? :-) Future scalability?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974247#3974247
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974247
More information about the jboss-user
mailing list