This article shows you how to set up an in-memory grid of data, and then perform computation and data updates in a distributed and parallel manner across the grid.
本文介绍如何设置内存中数据网格,然后以分布式和并行方式跨网格执行计算和数据更新。
2
ObjectGrid enables you to perform computation on each partition of the grid itself in what is called an agent, which is a small piece of code that runs locally to each partition.