JHinW / SF.AsyncModel

I'm now trying to construct a distributed Architecture which treats Micro-Service as a middleware, message will be enqueued to a reliable queue and notify the sender when the message processing is finished.
0 stars 0 forks source link

lifecycle of actor in SF #3

Open JHinW opened 6 years ago

JHinW commented 6 years ago

https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-actors-lifecycle

JHinW commented 6 years ago
  1. Garbage collection only cleans up the actor object; it does not remove state stored in the actor's State Manager. The next time the actor is activated, a new actor object is created and its state is restored.