How to create a simple distributed Map for Java application?

微笑、不失礼 提交于 2019-12-06 03:27:20

I would try Hazelcast, JGroups or Ehcache. All support a distributed map.

EDIT: Another option is to use RMI top a service running in one or the other JVM. This avoids the need for an additional library.

Santosh

Additionally, there is Memcached which is very robust and proven over the time.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!