0 Replies Latest reply on Aug 11, 2015 2:48 PM by dorbd

    Concurrent modification

    dorbd

      Hi All,

       

      I have this architecture:

       

      load balancer @   -> sends on round robin share's (let's say 300 shares per second) into 2 different servers (let's say X and Y).

       

      There is a possibility that one share let's call it TTT will arrive to X server and almost at the same time to Y server

       

      X and Y runs Wildfly with Infinispan, infinispan in cluster mode between X and Y

       

      My question :

       

      I will need to update TTT many times , writes it into infinispan .

       

      how / what is the solution for this situation ?

       

       

      Thanks in advance for all replies,

      Dor