Latest #distributed Threads Top

garrison
Hobbes is a scalable, fault-tolerant transactional record store written in Elixir. Hobbes is designed to be: Scalable - Hobbes can sha...
New
garrison
Alright, the actual use-case here is far too cursed to explain, but I wanted to call Process.exit/2 on a remote registered name. For a lo...
New
jaybe78
Hello, I’ve recently developed a module that creates distributed user counters, based on what’s described in this post Basically, local...
New
eliasdarruda
Introduction Introducing RaRegistry: A Distributed, Raft-Backed Process Registry for Elixir If you’re building distributed Elixir applic...
New
duncanphillips
Hi, I’ve deployed my application, and livebook within kubernetes. I’m now trying to get livebook to work with remote execution against m...
New
Exadra37
In my first two UK roles, software architecture always included a failover system, an independent, exact copy of production running in an...
New
jsm
Once is an Ecto type for locally unique 64-bits IDs generated by multiple Elixir nodes. Locally unique IDs make it easier to keep things ...
New
jsm
Generate globally unique nonces (number-only-used-once) in distributed Elixir. These nonces are be used to form the basis of an upcoming ...
New
apoorv-2204
I want to learn various distributed stuff we can do with erlang, otp and elixir. Where can i Start?/ like multi_call ,.etc.Various dist...
New
markusgod
Hi everyone, I’m working on a distributed Elixir application where I use a hash ring to distribute processes across multiple nodes. Each...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

garrison
Hobbes is a scalable, fault-tolerant transactional record store written in Elixir. Hobbes is designed to be: Scalable - Hobbes can sha...
New
jsm
Once is an Ecto type for locally unique 64-bits IDs generated by multiple Elixir nodes. Locally unique IDs make it easier to keep things ...
New
garrison
Alright, the actual use-case here is far too cursed to explain, but I wanted to call Process.exit/2 on a remote registered name. For a lo...
New

Last Three Year's Trending Top

szajbus
Pogo is a distributed supervisor for clustered Elixir applications. It uses battle-tested distributed named process groups (:pg) under t...
New
mbklein
I’ve been playing with the Remote Execution smart cell, and it’s been mostly fantastic. Just about everything I was looking for when I ma...
New
Erynn
if i have a thousands of nodes forming cluster where nodes are connected manually forming a ring(node1 to 2, 2 to 3, 3 to 4… last to 1nod...
New
duntonr
We have a Elixir Phoenix application currently deployed in a highly available configuration on AWS. We use a application load balancer (...
New
Erynn
suppose i have 1000 nodes connected in a ring, connect_all set false and manually connected in a ring. each node have 1 genserver means 1...
New
krisleech
We are deploying an Elixir application to production for the first time (first ever Elixir app for me :tada:) and realised that we need t...
New
tellesleandro
I have the following code running on node “a”: defmodule Devices.Teste do use GenServer def start_link() do IO.inspect(["a", se...
New
eliasdarruda
Introduction Introducing RaRegistry: A Distributed, Raft-Backed Process Registry for Elixir If you’re building distributed Elixir applic...
New
jaybe78
Hello, I’ve recently developed a module that creates distributed user counters, based on what’s described in this post Basically, local...
New
gavid
(This question is phrased in an abstract way, because it seems to me to be a general problem. But I can create a small example on request...
New
apoorv-2204
I want to learn various distributed stuff we can do with erlang, otp and elixir. Where can i Start?/ like multi_call ,.etc.Various dist...
New
Exadra37
In my first two UK roles, software architecture always included a failover system, an independent, exact copy of production running in an...
New
janp
I am wondering whether it is possible to use distributed Erlang plus libcluster in kubernetes? :thinking: I tried it with the following ...
New
duncanphillips
Hi, I’ve deployed my application, and livebook within kubernetes. I’m now trying to get livebook to work with remote execution against m...
New
jsm
Generate globally unique nonces (number-only-used-once) in distributed Elixir. These nonces are be used to form the basis of an upcoming ...
New

Trending Over Three Years Top

anthonator
Hey everyone! I’m trying to connect two nodes together using hostnames (rather than IP) and I keep getting this error: ** System runnin...
New
egze
Can you please share your setup if you are running a cluster in Fargate? Our DevOps are trying their best to have a setup in Fargate for ...
New
quda
Is there a library/framework in Elixir for massive distributed processing of large data sets (BigData) ? Actually, I need something like...
New
egze
I was preparing to deploy a production application to AWS Fargate, and to practice I wanted to play with DNS polling and node discovery o...
New
ccrary
Hey all, Not sure what series of events happened on two separate machines trying to connect to one another with basic Node functions, al...
New
mmyers
Is it possible to have nodes running independently, and then start running a distributed app with a fail-over/takeover configuration prog...
New
kpanic
https://pragprog.com/screencast/v-roerlang/modern-erlang-for-beginners An in-depth introduction to coding with Erlang, a general-purpos...
New
n0gg1n
$ iex --sname node1@localhost $ iex --sname node2@localhost --hiddden iex(node2@localhost)1> Node.connect(:node1@localhost) true iex...
New
dantswain
Hi! I was wondering if anyone knows if it’s possible to connect two nodes when the connection node host name differs from the configured...
New
sandorbedo
Hi, I use Task.async_stream to execute tasks on an extremely long stream of elements. Basically I use it as a pmap, except that I don’t...
New
JuanjoA
Hi, I don’t know if I have the post in the right place. I put here in case you might be interested, I am not the author, I just found it...
New
sezaru
Hello, Why does the BEAM try to connect each node to all other nodes from the network? For example, let’s say I have nodes A, B, and C....
New
steffend
Hello there, reading the section about “IO and the file system”, I’ve noticed the following paragraph: By modeling IO devices with pro...
New
alex88
I’ve a very simple genserver, I start it like this: defmodule MyApp.MatchKiller do use GenServer def start_link() do GenServer....
New
umgefahren
I currently try to send a network connection to another distributed node. While doing that, the socket closes. The socket is created via...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement