<div dir="ltr"><div class="gmail_extra"><div><div dir="ltr">I think if the size of the message you have to pass, is small (a few integers or so), you should use Erlang message passing across nodes. It *should* be more efficient, fault tolerant and easy to handle compared to TCP sockets. You can use <i>gproc</i> to register client processes and lookup them at admin node while sending messages.</div>

<div dir="ltr"><br></div><div>By the way, you can add <i>rpc</i> to that list which I have not used so much.</div><div dir="ltr"><br style="font-family:arial black,sans-serif"><br><font style="color:rgb(102,51,51);font-family:tahoma,sans-serif">Aman Mangal</font><div>

<font style="color:rgb(102,51,51);font-family:tahoma,sans-serif">4th year Undergraduate Student<br>Department of Computer Science & Engineering<br>
IIT Bombay<br></font><a href="http://www.cse.iitb.ac.in/~amanmangal" target="_blank">www.cse.iitb.ac.in/~amanmangal</a>
</div></div></div>
<br><br><div class="gmail_quote">On Tue, Feb 18, 2014 at 8:42 PM, Zoha Qamar <span dir="ltr"><<a href="mailto:zoha.qamer@gmail.com" target="_blank">zoha.qamer@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 dir="ltr"><div><div><div><br clear="all"></div>Hi , <br><br></div>I want to implement  Clint-server System , which having once admin node and remaining nodes as clients . The main goal is to implement some protocol in which admin node can have access to the clients nodes 's application running on client node . Like for example admin node can start and stop the functions multiply which are running on my client nodes. <br>


<br></div>I read TCP Socket Technique and Distributed Nodes on erlang , these two methods regarding this . which one is better to implement ? Or is there any other way to implement this ?<span class="HOEnZb"><font color="#888888"><br>

<div><div><div><div>-- <br>"*Agar Tum Seedhay rastay pe ho aur kisi Mushkil ka samna nahe ker rahay to<br>
kuch dair k liyay socho k kahin tum kuch ghalt to nahe ker rahay kyon k<br>seedha rasta to mushkilaat se bhar pur hota hy*"  *Hazrat Imam Ali (A.S) *<br><br>
</div></div></div></div></font></span></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></div>