Hi, Sorry, somehow I missed this question.
Sounds like Ignite compute grid should be perfect for your task. Ignite load balances the jobs within the cluster automatically, with several load balancing policies available, so you should be able to simply unicast or broadcast closures and have them equally distributed within the cluster. The jobs are simple closures, so you should be able to implement any logic you need. For more information on the compute grid, scheduling, and load balancing, please refer to Ignite documentation: https://apacheignite.readme.io/docs/clustering https://apacheignite.readme.io/docs/compute-grid https://apacheignite.readme.io/docs/load-balancing https://apacheignite.readme.io/docs/job-scheduling D. On Tue, Mar 8, 2016 at 1:44 PM, KSzabolcs <[email protected]> wrote: > Was I not clear enough? Did I ask for something stupid? >
