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

Bootstrap serving on dedicated thread pool #3865

Merged
merged 4 commits into from Jul 21, 2022

Conversation

pwojcikdev
Copy link
Contributor

Bootstrap serving is a relatively expensive operation, requiring ledger lookup which could block for long periods of time. Currently all that is done on IO threads which are needed for processing realtime traffic. This PR moves those expensive bootstrap serving operations to a dedicated bootstrap thread pool.

@pwojcikdev pwojcikdev added the quality improvements This item indicates the need for or supplies changes that improve maintainability label Jul 18, 2022
@clemahieu clemahieu merged commit 856e02a into nanocurrency:develop Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality improvements This item indicates the need for or supplies changes that improve maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants