2 Replies Latest reply on Sep 30, 2005 5:47 AM by manik

    How to cluster treecache

    yangju

      I am new to treecache. We use jboss without clusting. But we do need to cluster treecache. My question is: can we cluster treecache without clustering jboss instances? If so, what configuration needed? My understanding is that all nodes have to share the same cluster name and udp address, and also set CacheMode as REPL_ASYNC or REPL_SYNC. Is that all?

      Also, if we use treecache as hibernate second level cache, if the treecache is distributed, then updating the database and updating all the caches across the cluster are in one transaction? Or the database update is comiitted first and then followed by the caches updates?

      Thanks.

      Richard