#30: Learn More - Awesome PayPal Engineering (4 minutes)
Looks like Erlang/Elixir’s OTP model.
or Golang goroutines
That was my first thought as well!
Actor model is rarely used, we use it in Scala in some of our projects. I think its underrated.
good to know, Junaid. Thanks
How many actors were used per virtual machine and what was a single VM resource configuration?
Why are you writing one sentence per paragraph? It’s so annoying to read this article.
I see, thanks for the feedback.
I'll try to improve my writing skills.
Don't listen to him, I think it looks better with the shorter text bodies
Actors are independent from each other, but transactions might not. How actors are handling situations when they need to communicate between each other?
Typically actors do processing and then hand the resulting message off to another actor. It’s just another message, same model.
Isn't it kind of same as producer consumer model ?
Looks like Erlang/Elixir’s OTP model.
or Golang goroutines
That was my first thought as well!
Actor model is rarely used, we use it in Scala in some of our projects. I think its underrated.
good to know, Junaid. Thanks
How many actors were used per virtual machine and what was a single VM resource configuration?
Why are you writing one sentence per paragraph? It’s so annoying to read this article.
I see, thanks for the feedback.
I'll try to improve my writing skills.
Don't listen to him, I think it looks better with the shorter text bodies
Actors are independent from each other, but transactions might not. How actors are handling situations when they need to communicate between each other?
Typically actors do processing and then hand the resulting message off to another actor. It’s just another message, same model.
Isn't it kind of same as producer consumer model ?
How many actors were used per virtual machine and what was a single VM resource configuration?