Java synchronization between different JVMs

前端 未结 5 1130
醉话见心
醉话见心 2021-02-08 00:36

The project I am working on would trigger various asynchronous jobs to do some work. As I look into it more these asynchronous jobs are actually being run as separate JVMs (sepa

5条回答
  •  轮回少年
    2021-02-08 00:57

    I'm using distributed lock provided by Redisson to synchronize work of different JVMs

提交回复
热议问题