TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Partisan: Enabling Cloud-Scale Erlang Applications

88 pointsby cmeiklejohnover 7 years ago

5 comments

polskibusover 7 years ago
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 未加载
julienmarieover 7 years ago
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>
zshbleakerover 7 years ago
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.
elcritchover 7 years ago
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.
sashaafmover 7 years ago
Is this production ready? Are there any real-world examples?
评论 #16351965 未加载