Hacker News new | ask | show | jobs
by gcampbell 5365 days ago
Depending on the application, there are some options for process-internal multi-machine shared state - Erlang's mnesia distributed database, for instance.
1 comments

That's interesting, thanks.