This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Add Architecture level document about C5 to Ethereum#46
Open
Add Architecture level document about C5 to Ethereum#46
Conversation
Signed-off-by: Ryan Fowler <fowlerrr@users.noreply.github.com>
gendal
reviewed
Aug 14, 2023
Contributor
gendal
left a comment
There was a problem hiding this comment.
Thanks for submitting this Ryan. Just some very basic questions from me. I assume one of the team who is closer to it will do a thorough technical review. But I'm super happy to see it.
|
|
||
| Before we continue it's worth revisiting the architecture of Corda 5. Corda 5 operates as a cluster or [workers](https://docs.r3.com/en/platform/corda/5.0/key-concepts/cluster-admin/workers.html), each of which may contain one or more `processors`. | ||
|
|
||
| The workers are the runtime applications, while the processors are what do the work. It is possible, and even likely, that we will have multiple workers running at a time, allowing for some parallelism of the processors, giving us the ability to execute multiple instructions (in our case, EVM commands) at the same time. |
Contributor
There was a problem hiding this comment.
is there a danger that 'application' is ambiguous here? (ie these are not the 'applications' that a customer writes, right? although they may execute some customer code). Perhaps we call them the 'runtime services' or 'runtime components' of Corda?
Signed-off-by: Katelyn Baker <katelyn.baker@r3.com> Co-authored-by: Katelyn Baker <katelyn.baker@r3.com>
c9aa928 to
2765a17
Compare
Signed-off-by: Ryan Fowler <fowlerrr@users.noreply.github.com>
Signed-off-by: Ryan Fowler <fowlerrr@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High level overview of how we're planning on integrating native EVM communication with Corda 5.
Still to come: