-
I did not find document talking about concurrency question, I have some question about that, I listed below.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
There's a bit of detail about threading here: https://microsoft.github.io/CCF/main/overview/threading.html
We will try to make this more apparent in the documentation, but CCF is really a framework, not a library. The application is defined as a collection of endpoint handlers, which are triggered and executed by the framework in response to RPCs. Concurrency, re-execution on conflicts, forwarding to the primary etc are handled by the framework entirely, transparently for the handlers. |
Beta Was this translation helpful? Give feedback.
There's a bit of detail about threading here: https://microsoft.github.io/CCF/main/overview/threading.html
We will try to make this more apparent in the documentation, but CCF is really a framework, not a libr…