Latest #registry Threads 
I have a :gen_statem implementation that I want to start via a registry like this:
defmodule Arca.PodImpl do
@moduledoc false
@beha...
New
I find it surprising that :via is not supported for duplicate registries. If you can’t register a pool of processes under the same name ...
New
I am trying to grow my skills a bit and exploring the Registry module. I have a custom registry set up as follows:
defmodule MyReg do
...
New
Taking code from livebook here: It tries to do a Registry.lookup for see if the task has been registered in the registry.
So, the {:e...
New
I’m working with a custom registry and I’ve noticed that it doesn’t seem to like GenServers. Whereas I can start up an Agent using the s...
New
I’ve been digging more into the Registry module and I’m working on the Registry.select/2 function in particular. To re-state the docs, t...
New
I’m starting to build more complex apps and I’m slowly reaching for the built-in Registry module. I’ve been reading GenServer — Elixir v...
New
I was writing a GenServer and quickly discovered the need to generate tasks within this GenServer. This GenServer can not have a globally...
New
Hi there,
I have a curiousity question. I know there are different abstractions built on top of Process, such as Agent, GenServer, Regis...
New
Hello all.
I am trying to find a process via function Registry.select/2. Guards seem to work for comparison operators like :>. But I ...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
Currently, I register a GenServer process with a unique name in a local register when invoking a start_link/1 function part of it’s API a...
New
Taking code from livebook here: It tries to do a Registry.lookup for see if the task has been registered in the registry.
So, the {:e...
New
I’m working with a custom registry and I’ve noticed that it doesn’t seem to like GenServers. Whereas I can start up an Agent using the s...
New
I am trying to grow my skills a bit and exploring the Registry module. I have a custom registry set up as follows:
defmodule MyReg do
...
New
I find it surprising that :via is not supported for duplicate registries. If you can’t register a pool of processes under the same name ...
New
I have a :gen_statem implementation that I want to start via a registry like this:
defmodule Arca.PodImpl do
@moduledoc false
@beha...
New
Trending Over Three Years
Hello everyone,
I would like to propose the addition of the Registry project to Elixir:
https://github.com/elixir-lang/registry
The...
New
I am writing an application that uses pub sub between various processes quite heavily. I wrote it at first with the local Registry in el...
New
Is there a way to list all the processes registered in Registry [0] with the help of via tuple? There is a way to look up the pid for a g...
New
Hello. I want to use Registry module to register dynamically created children processes. So I added registry into my supervisor tree:
...
New
Hi guys!
I am facing a problem where I need to spawn multiple processes, and I have to keep a counter about every process. The counter n...
New
Hello,
I am writing a fault tolerant application in Elixir, so I kill every process to check the way they handle restarting etc. I start...
New
I’m creating a game system, which includes a lobby and a countdown timer. Once enough players have joined, the countdown timer begins and...
New
I have many actor processes in my application with event counts associated with each actor.
I’d like to have a live sum of the total act...
New
Hello,
A part of my application currently have a supervisor hierarchy that looks something like this:
As you can see, I have a Manag...
New
Background
After reading Elixir in Action I came with a (slightly modified for my evil purposes) module that I very originally call the P...
New
I would find it quite useful to be able to get a callback when Registry removes a {pid, value} on process death (even if this is deferred...
New
I've read interesting topic where I found practical example of how to use new Registry. Based on mentioned topic I've created Supervisors...
New
I’m starting to build more complex apps and I’m slowly reaching for the built-in Registry module. I’ve been reading GenServer — Elixir v...
New
It's very easy to supervise :simple_one_for_one children with Registry. The Registry is unique, and via tuple works very good. But the qu...
New
I have a simple_one_for_one supervisor that spawns GenServers and I need to make sure there are workers that try to do the same task (it ...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







