Cogini Blog

Articles by logging

Jake Morrison

Avoiding GenServer bottlenecks

GenServers are the standard way to create services in Elixir. At it's heart, a GenServer is a separate process (thread) that receives messages, does some work, manages state, and sends responses back. If that's what you want, great. It's important to recognize, though, that a GenServer only handles one request … Read more…

Categories

Development DevOps Products

Tags