Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Anchor Processor #41

Open
Tracked by #25
AgeManning opened this issue Oct 23, 2024 · 0 comments
Open
Tracked by #25

Implement Anchor Processor #41

AgeManning opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels

Comments

@AgeManning
Copy link
Member

The processor is a task that sits between the network and various client components.

As tasks can process items at different speeds, messages need to be prioritized over others and dropped in some cases to prevent backlogs of work.

Furthermore, grouping all the heavy lifting blocking tasks (i.e signature verification) can be localized into logical task to optimize the bulk of the processing of the client.

The processor schedules, queues and prioritizes work elements for the Anchor client. See the Architecture overview in the book for further high-level information.

A similar concept is the beacon processor in Lighthouse.

@jking-aus jking-aus mentioned this issue Oct 28, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants