|
|
|
|
|
by pron
3972 days ago
|
|
> Actor model does not require concurrent data structure to be effective. Actually that's the whole point of it... That's complicated. Actors don't require concurrent data structures for the bits that don't require concurrent data structures but they do for the bits that do :) That's why Erlang has ETS. That's why you still need a database. |
|