Hacker News new | ask | show | jobs
by reddit_clone 387 days ago
I have seen attempts at actor systems like erlang/beam's. Scala/Akka seems to have been a success?

Share nothing, green-thread/coroutines also seem popular now a days.

1 comments

C++ Actor framework is also considerably popular, and Scylladb has their own framework which I believe does something similar.
Foundationdb also has it's own C++ actor framework.