Monday, May 25, 2020

The Actor Model looks a lot like mm-ADT?

"The Actor is the fundamental unit of computation. As the fundamental unit of computation it has to embody 3 things.
It has to embody:
(1) Processing (because you have to get something done)
(2) Storage (because you have got to be able to remember and store things)
(3) Communication
So an actor is the fundamental unit, the primitive unit that embodies all
three essential units of computation." - Carl
https://www.brianstorti.com/the-actor-model/


Compare to:


https://www.slideshare.net/slidarko/mmadt-a-multimodel-abstract-data-type/55




I shared this with Marko, and he said that:
"The actor model is a style of distributed computing similar to message-passing computing."


For data processing, I am looking at:
https://www.baeldung.com/rx-java

http://reactivex.io/RxJava/javadoc/overview-summary.html

https://en.wikipedia.org/wiki/Thread_pool




No comments:

Post a Comment