[erlang-questions] Target System in erlang

Phanikar.K klphanikar@REDACTED
Fri Jun 13 14:32:44 CEST 2008


Hi,

I am trying to make an distributed application through which I will be able
to run the same application using remote disk-less nodes. Regarding this
issue I am facing some problems .

I have created a target system and am able to run it on two nodes with
distributed option in the .config file. But Now I wanted to add some more
nodes where I don't want even to have any binaries of the modules in the
application but should be able to work with the application running on the
first two nodes.

1.Is there any way to push the application from any one of the first two
nodes on to all the connected nodes as we do with the module using
nl(module). Can i do the same for the application as nl(module) works only
with the modules but not applications?

2. And if the first two nodes are running on two different machines then do
I need to do the hot code loading on both the machines or is there any
option that if I update the code on one machine that should be updated on
the other machine as these two machines are using an distributed
application?

Please suggest me if there is any round about method also.


This is the second time i am postiong this question can anyone please help
me in overcoming this problem

Reply me as soon as possible

Thanks,
With Regards
Phanikar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080613/35832b54/attachment.htm>


More information about the erlang-questions mailing list