JVM heap replication between two machines

Viewed 4623

What are the basic principles of how two separable computers connected within the same network running the same Java application maintain the same state by syncing their heap between each other?

I believe Terracotta does this task but I have no idea how would some pseudo code look like that would describe its core functions.

I'm just looking for understanding of this technology.

4 Answers
Related