Actor Model
A recoverable actor can become a reliable building block in a larger system. An actor can be understood through an analogy to sending a command to a SQL server. An actor is designed as a self-contained unit that receives work, attempts it,…
1 sources - 3 claims
A recoverable actor can become a reliable building block in a larger system. An actor can be understood through an analogy to sending a command to a SQL server. An actor is designed as a self-contained unit that receives work, attempts it, and reports the outcome.