Erlang/OTP, 如何在不发生崩溃的情况下信号程序启动错误
原文:Erlang/OTP, how to signal an application startup error without a crash
原文:Erlang/OTP, how to signal an application startup error without a crash
因此,我有一个应用程序,它有一个过程, 需要一些 gen_ servers 在组群中的其他地方生存。 如果他们在组群中, 如果它们只是工作, 如果不是, 我的 gen_ server 无法加入 {...