Hi guys,
I found this nice presentation (+video) from Patrik Nyblom where he experimented adding transactions to ETS:
Erlang ETS tables and software transactional memory: how transactions make ETS tables more like ordinary actors
Unfortunately, I couldn’t find the source code.
I’m wondering if anyone has built similar transaction system on top of ETS. Anything but Mnesia please (we’re trying to move away from it).
Thanks
/Frank