Relative Content

Tag Archive for multithreadingsynchronizationwildfly

Is interrupt a bad idea in widlfly task threads?

I have a race condition between two task threads in Wildfly. My system coordinates between multiple other systems. I have an object that holds the state of an interaction. Occasionally two requests for the same interaction come in at the same time. I am investigating ways to coordinate between the task threads handling the two requests.