#GenServer

noumena ashitaka hundimägi mein0um3n4@genserver.social
2025-12-06
#genserver GenServer.Social we have a bug. Actually, two i have encountered so far.
1. I can't update avatar or banner image.
2. When i was creating my account, it didn't save it and no error message was shown. I thought maybe the username is already taken and indeed it was. So the bug is: we are not showing error for duplicate username. #elixir #fediverse #server

i'll see if i can fix it unless someone else is already on it.
2024-12-07

A #GenServer is a process like any other #Elixir process and it can be used to keep state, execute code asynchronously and so on. The advantage of using a generic server process (GenServer) implemented using this module is that it will have a standard set of interface functions and include functionality for tracing and error reporting. It will also fit into a supervision tree.
hexdocs.pm/elixir/1.12/GenServ

2024-10-27

Elixir | Elixir lang | Tutorial - Como escalar sua aplicação elixir com supervisores dinâmicos
#genserver
#MyElixirStatus youtube.com/watch?v=zEMqMkyTCG

:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2023-12-31
:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2023-12-31
:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2023-12-31
Esteban Zapata Rojasestebanz01
2023-09-06

¡Acabo de escribir un pequeño en my sobre , y ! estebanz.co/posts/client-mqtt-

Pa que le peguen una ojeada 😄

GripNewsGripNews
2023-06-08

🌘 使用Jump Consistent Hashing進行工作分配
➤ 在分散式計算中如何確保工作只運行一次
zacksiri.dev/posts/work-distri
本文介紹了如何使用Jump Consistent Hashing進行工作分配,以確保工作只運行一次。作者使用了elixir和Phoenix框架,並使用GenServer和PubSub機制來實現。作者還介紹了如何使用:jumper庫來實現Jump Consistent Hashing,以及如何在集群中均勻地分配工作。
+ 這是一篇非常有用的文章,對於分散式計算的初學者來說非常有幫助。
+ 作者的解決方案非常巧妙,使用Jump Consistent Hashing來實現工作分配是一個非常好的選擇。
Consistent Hashing

Jack of all tradesjackofalltrades@mas.to
2022-11-24

@solnic @codefolio I'm not sure if "state" is the right word here. You don't use that word at all in the docs: guides.hanamirb.org/v2.0/app/p

When I think of "state management" I think of sth like #redux in #javascript or #genserver in #elixir. They both have a way to update the state: reducers in redux and handle cast/call in GenServer.

Perhaps I'm not familiar with #hanami enough, but providers look to me like a wrapper API for dependencies or a low-level way to interact with Hanami's DI system.

Jons Mostovojsjonn@social.doma.dev
2021-11-09

Dropping #ecto in favour of using a #genserver with a simple async persistence only for the things that need to be persisted made a credential verification from a 50+ms ordeal into 1-ms ordeal. x50 speedup makes me hopeful about #doauth 0.4 demo making a user account in sub-100ms, compared to sub 1.5s which 0.3 shows.

Jean-Michel Genrepapey@mastodon.papey.fr
2019-11-04

Un article de blog est en cours d'écriture. On va parler #Elixir, #GenServer, #IEx et live debug en prod.

#teaser

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst