标签:erlang
A little known way to connect with an Erlang node that requires no explicit distribution is through named pipes. This can be done by starting Erlang with run_erl, which wraps Erlang in a named pipe 5:
?还有一种鲜为人知连接Erlang节点的方法:命名管道(named pipes),可以通过使用run_erl 启动Erlang来完成 (Erlang会被包裹在命名管道内)5。-------------------------------------------------------------------------------------$ run_erl /tmp/erl_pipe /tmp/log_dir "erl"
$ to_erl /tmp/erl_pipe
Attaching to /tmp/erl_pipe (^D to exit)
1>
标签:erlang
原文地址:http://blog.csdn.net/erlib/article/details/40947849