Niklas Uhrberg wrote: > They call it mirror service which a cluster wider service that stores > stuff asynchronously. > Asynchronously because otherwise it would be a bottleneck just like a > traditional database would be.
Which Coherence gets around by having many mirrors, one logical node per object (i.e. every machine also doubles as backup for someone else). As previously mentioned, this can be combined with the asynch mirror service that Niklas describes, in case you need to take down all machines. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

