TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Partisan: Enabling Cloud-Scale Erlang Applications

88 点作者 cmeiklejohn超过 7 年前

5 条评论

polskibus超过 7 年前
I wonder how does Partisan compare to Scalable Distributed Erlan proposed by Natalia Chechina team?<p><a href="http:&#x2F;&#x2F;www.erlang-factory.com&#x2F;static&#x2F;upload&#x2F;media&#x2F;1394469405429206nataliachechina.pdf" rel="nofollow">http:&#x2F;&#x2F;www.erlang-factory.com&#x2F;static&#x2F;upload&#x2F;media&#x2F;1394469405...</a><p>The problem is joining multiple clusters - you really don&#x27;t want to do all P2P gossip in such cases, does Partisan address this somehow ?
评论 #16350334 未加载
julienmarie超过 7 年前
Direct link to the github : <a href="https:&#x2F;&#x2F;github.com&#x2F;lasp-lang&#x2F;partisan" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lasp-lang&#x2F;partisan</a>
zshbleaker超过 7 年前
The philosophy of Erlang is a single cathedral. In fact the internal part of Erlang VM itself could be viewed as a distributed system, which is designed decades ago, far more before stuff we&#x27;re familiar with today.
elcritch超过 7 年前
Is it possible to limit&#x2F;whitelist the gen_server’s that nodes can communicate with? Particularly for limiting code replacement &#x2F; system calls. With message forwarding features it seems plausible to do. That’d be great for siloing data systems but still utilize an Erlang distribution layer, especially in systems with GPDR or HIPAA requirements. Or perhaps IoT applications.
sashaafm超过 7 年前
Is this production ready? Are there any real-world examples?
评论 #16351965 未加载