<div class="gmail_extra">Andy,<br><br>It all depends on what you are load balancing. I most often analyze data so I use a queue and have each of my nodes grab jobs off of the queue as they become available.  This works well for me.<br>
<br>Jayson<br><br><div class="gmail_quote">On Thu, Apr 26, 2012 at 8:39 AM, CGS <span dir="ltr"><<a href="mailto:cgsmcmlxxv@gmail.com" target="_blank">cgsmcmlxxv@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_extra">Hi Andy,<br><br>I used round robin to solve such a problem. It's easy to implement, it can be tuned according to your hardware capabilities and scaled easily according to the number of nodes to be used.<br>

<br>I hope this message will help.<span class="HOEnZb"><font color="#888888"><br><br>CGS</font></span><div><div class="h5"><br><br><br><br><br><div class="gmail_quote">On Thu, Apr 26, 2012 at 5:30 PM, Andy Richards <span dir="ltr"><<a href="mailto:andy.richards.iit@googlemail.com" target="_blank">andy.richards.iit@googlemail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I've read the chapter on resource discovery in Erlang & OTP In Action Logan et al and understand how I can dynamically bring an additional node into a cluster, however I can't find a good resource explaining good approaches to distributing load across such nodes?<br>


<br>
I'm assuming I will need to do some sort of hashing or round robin across the nodes but was wondering how others in the community distribute load across nodes (using resource discovery) or if anyone was aware of a good resource related to this?<br>


<br>
Many thanks,<br>
<br>
Andy.<br>
<br>
Sent from my iPad<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>