Hi Knut,<div><br></div><div>Let me see if I understood correctly. The problem is not continuous for the same machine, but only from time to time? If not, check your installation because, as far as I know, node-to-node communication uses RPC which, in this case, needs to be set to accept communication without entering any user/password (key-pair authentication and the processes to belong to the user for which the key was created). Otherwise, if the problem appears and disappears for a machine, there are few things which you can check:</div>
<div>1. If OTP (application/monitor/gen_server), check what your monitor is reporting and see if you can match any crash/attempt to restart a generic server.</div><div>2. Check if your listener is not busy.</div><div>3. In case of sending to a spawned thread, if the thread is up.</div>
<div>...and so on. You can notice that the more info you give us, the better for us to understand your problem. Parts of the log would be very helpful (just don't forget to replace the sensitive data with generic ones - e.g., <a href="http://mydomain.com">mydomain.com</a> with <a href="http://example.com">example.com</a>).</div>
<div><br></div><div>Cheers,</div><div>CGS</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On Wed, Oct 5, 2011 at 7:00 PM, Knut Nesheim <span dir="ltr"><<a href="mailto:knut.nesheim@wooga.net">knut.nesheim@wooga.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Oct 5, 2011 at 5:33 PM, Joel Reymont <<a href="mailto:joelr1@gmail.com">joelr1@gmail.com</a>> wrote:<br>

><br>
> Is there heavy traffic between the nodes?<br>
><br>
<br>
</div>No, I don't think the traffic should be a problem. From this machine<br>
to other machines in the cluster we do around 10 messages per second<br>
that are between 2k and 10k in size.<br>
<div class="im"><br>
Knut<br>
--<br>
Engineering<br>
<a href="http://www.wooga.com" target="_blank">http://www.wooga.com</a> | phone +49 151 57202523 | fax +49-30-8964 9064<br>
<br>
wooga GmbH | Saarbruecker Str. 38 | 10405 Berlin | Germany<br>
Sitz der Gesellschaft: Berlin; HRB 117846 B<br>
Registergericht Berlin-Charlottenburg<br>
Geschaeftsfuehrung: Jens Begemann, Philipp Moeser<br>
</div><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div>