Reputation: 733
In the docs (http://atlassian.gridgain.com/wiki/display/GG60/Distributed+Queues), it is mentioned that jobs on a cache queue can be consumed by worker grids offering an alternative means of load balancing .
I investigated this concept thus:
Questions:
Are my observations correct? Thanks
Upvotes: 0
Views: 222
Reputation: 2292
It looks like you are on the right path, that is if you need to use load balancing based on GridGain distributed queue.
However, it looks like you would be better off simply sending your GridRunnable jobs to the grid using standard GridCompute API. GridGain will load balance these jobs automatically in the background.
Upvotes: 2