标签:erlang
There’s a mechanism entirely similar to the one available through the JCL mode, although invoked in a different manner. The entire JCL mode sequence can by bypassed by starting the shell as follows for long names:
?还有一种类似于JCL模式的机制,只是两者的激活方式有所不同。JCL模式连接远程节点的操作序列可以使用下面这个加了remsh参数的启动命令直接绕过。---------------------------------------------------------------------------------------erl -name local@domain.name -remsh remote@domain.name
---------------------------------------------------------------------------------------
And as follows for short names:
erl -sname local@domain -remsh remote@domain
标签:erlang
原文地址:http://blog.csdn.net/erlib/article/details/40947651