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.

Show HN: Go Actor Model, fast distributed actors for Golang

115 pointsby RogerAlsingabout 9 years ago

6 comments

RogerAlsingabout 9 years ago
Help wanted, There are a few easy to implement tasks here if anyone is interested in getting involved.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rogeralsing&#x2F;gam&#x2F;issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rogeralsing&#x2F;gam&#x2F;issues?q=is%3Aissue+is%3A...</a>
nedsmaabout 9 years ago
Totally cool. Alsing and Stannard did a great work on Akka.NET, and I&#x27;m happy to see the OP making inroads into Golang projects. How does the message throughput compare between GAM and Akka.NET?<p>I might as well start contributing to this project.
评论 #11619405 未加载
vanderZwanabout 9 years ago
So I have little real experience with Actor-based programming (although I&#x27;m looking into Pony so that might change soon). Are there situations where it would be elegant to <i>combine</i> the two models? I&#x27;m aware of, for example, GALS[0] but that isn&#x27;t quite what differentiates the two approached to concurrency, is it?<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Globally_asynchronous_locally_synchronous" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Globally_asynchronous_locally_...</a>
didipabout 9 years ago
This is very exciting, thank you for building this.<p>Quick question on your sample codes, if actor is capable of receiving async messages, then channel is basically redundant, right?<p>What is the use case on using both, it looks like I can consume messages directly from the actor. I am not clear on that.
asfarleyabout 9 years ago
I&#x27;ll just leave this here<p><a href="http:&#x2F;&#x2F;asfarley.github.io&#x2F;bashactors&#x2F;" rel="nofollow">http:&#x2F;&#x2F;asfarley.github.io&#x2F;bashactors&#x2F;</a>
sagichmalabout 9 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;rogeralsing&#x2F;gam&#x2F;blob&#x2F;dev&#x2F;build.bat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rogeralsing&#x2F;gam&#x2F;blob&#x2F;dev&#x2F;build.bat</a><p>Wat
评论 #11619357 未加载