Latest #process Threads 
Hey folks! :waving_hand:
I think I have an interesting optimization challenge, let me know what you think…
A few months ago, I created ...
New
Process.resolve/1
What it does
Takes any possible name of the process and returns a pid of the process or port (or nil if none found). Si...
New
I’m trying to stablish a long term node process using Port, but the gen server crashs saying
erlang.erl:4716: :erlang.open_port({:spawn,...
New
I’m using FLAME to run some code that has a tendency to fail (external libraries that are out of my control). When FLAME works, it works ...
New
tl;dr I have a process that passes around a lot of state. Doing this instead of using the process dictionary affects coding design decisi...
New
I know beam makes a scheduler per CPU (OS thread); so theoretically I can do something at exactly the same time up to the number of CPUs ...
New
Hi , I am pretty new, I tried hard to find the answer on the internet but in vain.
In short :
Can I send messages to (non-genserver) pro...
New
I just wanted to share with you guys a series of videos by Isaac Yanemoto, @ityonemo (DNAutics on X), that really expanded my knowledge o...
New
Hey,
I’m currently writing integration tests for a large Phoenix app. The app involves multiple processes communicating with each other....
New
Hello,
I have an Elixir app where a process depends on another process to be alive and send messages back. This second process is mainly...
New
This Week's Trending
This Month's Trending
This Year's Trending
Hey folks! :waving_hand:
I think I have an interesting optimization challenge, let me know what you think…
A few months ago, I created ...
New
Last Three Year's Trending
I am trying to understand more about best practices with Elixir and processes. I thought about a GenServer that would maybe sometimes cr...
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
Hi , I am pretty new, I tried hard to find the answer on the internet but in vain.
In short :
Can I send messages to (non-genserver) pro...
New
Hello,
I have an Elixir app where a process depends on another process to be alive and send messages back. This second process is mainly...
New
Hey,
I’m currently writing integration tests for a large Phoenix app. The app involves multiple processes communicating with each other....
New
tl;dr I have a process that passes around a lot of state. Doing this instead of using the process dictionary affects coding design decisi...
New
I just wanted to share with you guys a series of videos by Isaac Yanemoto, @ityonemo (DNAutics on X), that really expanded my knowledge o...
New
I know beam makes a scheduler per CPU (OS thread); so theoretically I can do something at exactly the same time up to the number of CPUs ...
New
I’m using FLAME to run some code that has a tendency to fail (external libraries that are out of my control). When FLAME works, it works ...
New
I’m trying to stablish a long term node process using Port, but the gen server crashs saying
erlang.erl:4716: :erlang.open_port({:spawn,...
New
Process.resolve/1
What it does
Takes any possible name of the process and returns a pid of the process or port (or nil if none found). Si...
New
Trending Over Three Years
I’m trying to learn more about use processes to store state (e.g. following this page), and I’m wondering how one might implement a TTL i...
New
Hi everyone!
I am building an app using phoenix which is holding websocket connections with other servers and receiving messages every o...
New
What would be the correct approach to inspect the current environment of a Process? For example, if I would have a simple Process defined...
New
I like to make use of Process.send_later to send a message to an Agent.
When I understand this tutorial right than one needs to implemen...
New
I read about process dictionaries and how they introduce side effects but how are states different from process dictionaries ? Shouldn’t ...
New
In a project I had a genserver that holds its local state. This state isnt exceptionally big but part of it was a list of 1000 ids that i...
New
I am wondering if it is possible to terminate a supervisor after some time. For regular GenServer job, I can do something like this if I...
New
I have a Phoenix LiveView application which is using a fork of WebSockex (branch is here) to listen on a websocket for data incoming and ...
New
In the wonderful book „Elixir in Action“, @sasajuric writes that
I/O operations are internally delegated to separate threads, or a ker...
New
I have following simple test code to try how to send messages between process.
The way I understand my code is :
I spawn 2 separate pr...
New
Hello all,
I want to execute some code 24 hours after a certain function is called.
So I created a GenServer and I’m using Process.send...
New
Hi,
I’m trying to use FastSanitizer in a Mix Task, with the following code :
defmodule Mix.Tasks.HelloTask do
@impl Mix.Task
def r...
New
I have an app running GenStage that use a producer stage to buffer/rate-limit work that we manually send to it. However, sometimes we ma...
New
Hey there,
Is there any way to install a ‘hook’ in a process that will do something every time a message arrives in the actor? For examp...
New
I have a small caching subsystem in my app, which works more or less as following:
I have a collection of objects with attached resourc...
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
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







