1 Reply Latest reply on Nov 27, 2012 3:50 PM by vblagojevic

    There is a way to execute a Callable/Runnable asynchronously in Infinispan?

    ggarciao

      I'm trying to implement a Command Pattern that allows callers to esecute one Callable/Runnable asynchronuously using any node of the cluster (by load balancing, affinity, etc).

       

      There is a built-in framework to distribute these jobs? I'm looking something like the Distributed Framework but for async jobs.

       

      Thanks in advance,

      Guillermo GARCIA OCHOA