Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在决定一个客户端参数结构到一个OTPgen_server时,是否需要将两者都Pid插入Node name参数结构中?
OTP
Pid
Node name
给定一个遥控器pid,是否可以转换pid为node name?我的意思是完整的节点名称,比如"emacs@yus-iMac.local".
pid
node name
"emacs@yus-iMac.local".
调用node(Pid)将返回Pid所在节点的名称。
node(Pid)
有人可以解释 Erlang 中 Pid 的结构吗?
如何找出运行 erlang 进程的节点?