Trending in Books
I have a sharing session about the Elixir ecosystem for Erlang developers. I feel that people are still confused about the differences be...
New
Other Trending Topics
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex












Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
ijunaidfarooq
what are your views about this book?
kokolegorille
I do highly recommend it
Just a personal opinion.
ijunaidfarooq
Okay my purpose of reading this is: How I can spread process over multiple machines for an Elixir application. How to to handle a large scale application on multiple nodes.
Will It help me in this regards?
kokolegorille
Chapter 13 is on Distributed Erlang.
If distribution is your only goal, then it might not fit your need.
But it does explain in great details OTP, from the Erlang side.
ijunaidfarooq
Actually, We have a large scale application, in Elixir Phoenix. and we are growing day by day with more cameras and request, workers etc. We want to scale that application on multiple machines, and I want to read the concepts and possibly an implementation of that. You know what I mean. can you refer something good?
kokolegorille
I would probably look at swarn, by @bitwalker
But I don’t know any documentation that explains in detail distribution. Specifically how to deal with network split…
dokuzbir
That comment can be helpfull if you really need or not