<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Ok. I misunderstood. That was just the first thing that came to mind. I don't know about this as I haven't done it before.<br><br>-Andrew<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Matt Williamson <dawsdesign@gmail.com><br>To: Andrew Stone <stondage123@yahoo.com><br>Cc: devdoer bird <devdoer2@gmail.com>; erlang-questions@erlang.org<br>Sent: Tuesday, September 9, 2008 12:39:34 PM<br>Subject: Re: [erlang-questions] How to dynamically add one node to erlang's distrubted application?<br><br>
<div dir="ltr">Andrew, that will indeed connect them, but it won't start the application on the dynamically added node if all the rest go down. That is what this mechanism does. I do not know how to do it. I've been wondering about it myself.<br>
<br><div class="gmail_quote">2008/9/9 Andrew Stone <span dir="ltr"><<a rel="nofollow" ymailto="mailto:stondage123@yahoo.com" target="_blank" href="mailto:stondage123@yahoo.com">stondage123@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>You can start the 4th node and do a net_kernel:connect to one of the other nodes. Just make sure that the cookies are the same on all nodes.<br>
</div><div><div></div><div class="Wj3C7c"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>
From: devdoer bird <<a rel="nofollow" ymailto="mailto:devdoer2@gmail.com" target="_blank" href="mailto:devdoer2@gmail.com">devdoer2@gmail.com</a>><br>To: <a rel="nofollow" ymailto="mailto:erlang-questions@erlang.org" target="_blank" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>Sent: Tuesday, September 9, 2008 3:46:00 AM<br>
Subject: [erlang-questions] How to dynamically add one node to erlang's distrubted application?<br><br>
<div dir="ltr"><div>HI:</div>
<div>I have a distrbuted system  using erlang's distributed application mechanism.It firstly ran on 3 nodes with the config file like this:</div>
<div> </div>
<div>[{kernel,<br>  [{distributed, [{myapp, 5000, [cp1@cave, {cp2@cave, cp3@cave}]}]},<br>   {sync_nodes_mandatory, [cp2@cave, cp3@cave]},<br>   {sync_nodes_timeout, 5000}<br>  ]<br>}<br>].</div>
<div> </div>
<div>Now I want to  add one more node to  the system  .How can I do this using erlang's distributed applicaiton mechanism? Do I have to edit the config file on all 3 nodes to add the 4th node and restart all of them? </div>


<div> </div>
<div>Thanks .</div>
<div>------------------------------------</div>
<div>devdoer</div>
<div> </div></div>
</div></div></div></div></div></div><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a rel="nofollow" ymailto="mailto:erlang-questions@erlang.org" target="_blank" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a rel="nofollow" target="_blank" href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br></div>
</div></div></div></body></html>