Most voted "actor-model" questions
2 questions
Sort by count of
-
12
votes3
answers1090
viewsIn programming, what is the actor model?
I have a co-worker who is an advocate of model actor (model of actors, in Portuguese). In general, it seems to be a software architecture to be applied in distributed systems or in the cloud. From…
software-architecture competition microservices actor-modelasked 7 years, 9 months ago Bruno Costa 5,878 -
2
votes1
answer62
viewsHow to know if a certain actor does not exist
I’m working with Akka/Java A reference to an actor who doesn’t exist, simply nay returns exception and/or do not know how to capture information that the actor does not exist in the actor system.…