原创文章,转载请注明出处:server非业余研究http://blog.csdn.net/erlib 作者Sunface

。To connect to the node, you use the to_erl program: 你能够使用 to_erl程序连接到节点上:-------------------------------------------------------------------------------------
$ to_erl /tmp/erl_pipe
Attaching to /tmp/erl_pipe (^D to exit)
1>
-------------------------------------------------------------------------------------
And the shell is connected. Closing stdio (with ˆD) will disconnect from the shell while leaving it running. 连接上后,你能够使用ctrl+D来断开远程节点(仅仅是断开,不会终结远程节点).[5] "erl" is the command being run. Additional arguments can be added after it. For example "erl +K true" will turn kernel polling on.
[6] Using this method ends up calling fsync for each piece of output, which may give quite a performance hit if a lot of IO is taking place over standard output.
[注5]:“erl”就是要执行的命令,你也能够其次是其他启动选项,如"erl +K ture"它会打开内核kernel调查。
[注意6] :这种方法最终调用fsync每件作品将同步输出,假设你有大量的IO经营产品,性能急剧下降。

最新文章

  1. sql语句-ALTER TABLE
  2. 计算几何----判断空间点是否在一个四面体(tetrahedron)内部
  3. RPC进阶篇
  4. Intel大坑之中的一个:丢失的SSE2 128bit/64bit 位移指令,马航MH370??
  5. Node.js Cannot find Module xxx 的问题
  6. 《UNIX环境高级编程》笔记--线程的标识、创建和终止
  7. MicroPython可视化编程开发板—TurnipBit自制MP3教程实例
  8. Linux 系统报错 rcu_preempt detected stalls on CPUs/tasks
  9. Shell脚本应用(for、while循环语句和case分支语句)
  10. vue的使用1
  11. my read travel
  12. 对比 PHP 中 new static() 与 new self()
  13. Docker之Swarm
  14. 【Eclipse】将Tab替换为空格
  15. VS PDB文件
  16. Ethernet II和802.3
  17. Software-Defined Networking A Comprehensive Survey --阅读_day1
  18. 揭秘uc浏览器四
  19. 安装crf++的python包
  20. Qt creator 编译错误:无法解析的外部符号(命令)

热门文章

  1. ZOJ 1914 Arctic Network (POJ 2349 UVA 10369) MST
  2. SpringMVC上传图片总结(1)---常规方法进行图片上传,使用了MultipartFile、MultipartHttpServletRequest
  3. Write Code As If You Had to Support It for the Rest of Your Life
  4. ArcGIS Runtime支持的GP工具列表(转 )
  5. [TypeScript] Create random integers in a given range
  6. [CSS Flex] Justify-content
  7. 【u021】广义斐波那契数列
  8. Unity 2D游戏开发高速入门第1章创建一个简单的2D游戏
  9. Delphi 7验证XML合法性(利用DTD、XSD)
  10. fatal error: expat.h: No such file or directory