What is the best library for Java to grid/cluster-enable your application? [closed]
问题 This is the ability to run your application on a cluster of servers with the intent to distribute the load and also provide additional redundancy. I\'ve seen a presentation for GridGain and I was very impressed with it. Know of any others? 回答1: There are several: Terracotta (open source, based on Mozilla Public License); Oracle Coherence (formerly Tangosol Coherence; commercial; based on JSR 107, which was never adopted officially); GigaSpaces (commercial; based on JavaSpaces API, part of