为什么 epmd 进程不退出?
在我退出 erlang shell 后,epmd 进程仍然存在,这是一个错误还是一个功能?
Is it a bug or a feature that epmd process still exists after I exit from an erlang shell ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是很正常的:EPMD 是一个主机守护进程。当人们打算使用分布式节点时,就需要它的存在。当仅在同一台机器上使用多个节点时,它也很有用。
It is quite normal: EPMD is a host daemon process. Its presence is required when one intends to use distributed nodes. It is also useful when just using many nodes on the same machine.