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
That's right. You can not use any standard synchronization mechanisms because they are working into one JVM.
Solutions