[Erlang危机](4.5)第四章练习

原创文章。转载请注明出处:server非业余研究http://blog.csdn.net/erlib 作者Sunface
联系邮箱:cto@188.com



Exercises

练习

Review Questions
复习问题

[1]. What are the 4 ways to connect to a remote node?
[2]. Can you connect to a node that wasn’t given a name?
[3]. What’s the command to go into the Job Control Mode (JCL)?


[4]. Which method(s) of connecting to a remote shell should you avoid for a system that outputs a lot of data to standard output?
[5]. What instances of remote connections shouldn’t be disconnected using ˆG?
[6]. What command(s) should never be used to disconnect from a session?
[7]. Can all of the methods mentioned support having multiple users connected onto the same Erlang node without issue?


[1]. 4种连接远程节点的方法?
[2]. 假设不给一个节点名,你怎么连接一个节点?
[3]. 使用什么命令进入JCL模式?
[4]. 哪一个连接远程节点的方法不能把大量的数据都输出到终端上?
[5]. 那些方法不必使用Ctrl+G来断开连接?
[6]. 断开session命令不能使用?
[7]. 是不是所有的方法都能够支持连接到相同的时间内多个用户Erlang节点?
原文地址:https://www.cnblogs.com/blfshiye/p/4677905.html