Notices by aka_dude@mk.phreedom.club
-
Embed this notice
aka_dude@mk.phreedom.club's status on Thursday, 06-Jun-2024 01:40:49 JST aka_dude -
Embed this notice
aka_dude@mk.phreedom.club's status on Tuesday, 27-Jun-2023 02:57:16 JST aka_dude @forgefed@floss.social hey, can you elaborate on transactions a bit? It sounds to me (I've probably misunderstood) that transactionality can be achieved by having local transactions on actors (via STM for in-memory computations or database transactions for stateful changes) and providing methods that expose transactionality to callers.
I am interested in transactions, currently implementing binding to LMDB that can be used in STM. Wonder if my findings can be helpful for Vervis