xsync
xsync copied to clipboard
Is xsync works well on multi instance server
Hi team, I have a question, Is xsync works well on multi instance server ? Because multi instances do not have the same JVM. Thanks.
Synchronization will not help with multiple instances, so you need to add something else, like optimistic locking, so only the first update will succeed.