can anyone help me in implementing how to migrate the objects from one JVM to other if my application (running on two machines ) is crashed and the other one can take hold from it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
This functionality is not available in JVM out of the box, but some thirdparty solutions exist. Look at terracotta for example. |
||||
|
|
|
Wouldn't it work if you make your object serializable and send it over a stream to a server for example? |
|||
|
|