Comment on Process-Based Concurrency: Why Beam and OTP Keep Being RightparentComments−sriram_malhar6moOne process is made the logical goto for all operations on that data. The process identity is logically the identity of the shared state.In other words, it is exactly a database, albeit an in-memory one.
Comments
One process is made the logical goto for all operations on that data. The process identity is logically the identity of the shared state.
In other words, it is exactly a database, albeit an in-memory one.