<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 06/07/2012 04:06 AM, Maxim Treskin wrote:
<blockquote
cite="mid:CA+Km4seRC77r8RFTe8Z3hU0G7eTFGNQTg5e-tFr36prqi4XExA@mail.gmail.com"
type="cite">
<meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
How I can make automatically discovering new nodes in cluster?
When new node started up it is not listed in output of nodes() on
other nodes without explicit ping of them. There is way to do this
using RabbitMQ or ZeroMQ, but it is some redundant. Yet another
way is ping of one known node in cluster, but it is constrained by
nodes startup order.
<div>
<div><br>
</div>
<div>May be some interaction with epmd can helps?</div>
<br>
</div>
</blockquote>
<br>
I think a project which should help you is nodefinder
(<a class="moz-txt-link-freetext" href="http://code.google.com/p/nodefinder/">http://code.google.com/p/nodefinder/</a>) .<br>
I haven't used it yet, but it seems like the best option for doing
automatic discovery that also works in ec2, and it is done by the
Dukes of Erl, so it should be decent.<br>
<br>
- Michael<br>
</body>
</html>