xsync icon indicating copy to clipboard operation
xsync copied to clipboard

Is xsync works well on multi instance server

Open nguyenkatd opened this issue 3 years ago • 1 comments

Hi team, I have a question, Is xsync works well on multi instance server ? Because multi instances do not have the same JVM. Thanks.

nguyenkatd avatar Jul 19 '22 07:07 nguyenkatd

Synchronization will not help with multiple instances, so you need to add something else, like optimistic locking, so only the first update will succeed.

gklijs avatar Jun 20 '24 12:06 gklijs