kline 🏴 on Nostr: Haelwenn /элвэн/ :triskell: this is really just a light DB with multiple network ...
Haelwenn /элвэн/ :triskell: (npub1ysu…2jyl) this is really just a light DB with multiple network protocol front-ends: DNS/HTTP/other.
It makes so much sense to have the database be mnesia, with a core gen_server handling queries/inserts/deletes and then a gen_server for each front-end, sending messages to the core.
Then I don't have to worry about everything exploding because someone sent a DNS request that killed that front-end, it'd just pop right back up from the supervisor.
It makes so much sense to have the database be mnesia, with a core gen_server handling queries/inserts/deletes and then a gen_server for each front-end, sending messages to the core.
Then I don't have to worry about everything exploding because someone sent a DNS request that killed that front-end, it'd just pop right back up from the supervisor.