erlang inet_db:gethostname() 机制请教

2022-01-28 19:34:43 +08:00
 dhq
# /etc/hosts

127.0.0.1 localhost myhostname
::1 localhost

这种情况下,
inet:gethostname(). = myhostname
inet_db:gethostname(). = localhost

但是我看了 inet_db:set_hostname 源码,db 的 hostname 也是通过 inet_config 模块调用 inet:get_hostname 实现的,后面我手动调用得到的值也是 myhostname ,并非 localhost

----------------

然后只要我把 /etc/hosts 文件改成

127.0.0.1 localhost
::1 localhost

结果就是对的了:
inet:gethostname(). = myhostname
inet_db:gethostname(). = myhostname


实在是困惑,请各位大佬解惑。十分感谢!
1198 次点击
所在节点    Erlang
2 条回复
TangMonk
2022-01-28 20:52:39 +08:00
现在还有人用 erlang 啊
dhq
2022-01-29 00:14:14 +08:00
@TangMonk 不是想用,因为用的 rabbitmq ,用这个写的。。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/831184

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX