-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
erlang里面的otp很好,其他语言里面没有,怎么办?大家交流下 #1
Comments
akka |
akka实际运用案例周边有没?
Wells Jia <[email protected]>于2018年12月2日 周日16:52写道:
… akka
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAyFiriXuCNNJRyqBGIjnKMMGgKYOK_1ks5u05TogaJpZM4Y9NzA>
.
|
我知道一些基于scala+akka+jvm的case,还是有的。 |
@Absente 能不能顺手把这个 group 的头像改一下,默认头像看着怪怪的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
先说下我自己看法:
otp就是一个实用的supervisor监控框架,现代语言不一定自己做这个,更多可能是依靠运维模式来承担这部分工作了。比如,k8s+go,可以认为k8s承担了otp的作用,go承担了基础语言的功能
机器的双活,多机,http 的session共享,都是类似的解决方案
The text was updated successfully, but these errors were encountered: