[erlang-questions] Running a shell automatically
Serge Aleynikov
serge@REDACTED
Sat Oct 7 14:36:07 CEST 2006
You can look into the slave module:
http://www.erlang.org/doc/doc-5.5.1/lib/stdlib-1.14.1/doc/html/slave.html
It allows to start slave nodes (via rsh, ssh, etc) controlled by the
master node.
Serge
Surindar Sivanesan wrote:
> Dear all,
>
> I have two applications both are built in erlang.
> But both these applications need to communicate via TCP/IP Communication.
> Now i used to run both the applications separately. (After running the
> server application, i will run the client application from another shell).
> Is it possible to run the second application ( Client shell) by running
> only
> the server application (without starting Client shell explicitly).
> Please guide me if this facility available in Erlang
> Thanks in advance.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list