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

Multithreading for hbbft message analysis and logging #76

Closed
SurfingNerd opened this issue Mar 19, 2022 · 1 comment
Closed

Multithreading for hbbft message analysis and logging #76

SurfingNerd opened this issue Mar 19, 2022 · 1 comment
Milestone

Comments

@SurfingNerd
Copy link
Collaborator

currently the analysis and logging of hbbft messages happens in the same thread as the regular hbbft message import.
this probably causes a lot delay.
proposal: Dispatcher pattern

@SurfingNerd SurfingNerd added this to the v4.0 milestone Mar 19, 2022
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
TODO: improvements and simplifications. getting rid of RwLocks noone needs.
DMDcoin#76
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
… threadsafe.

this reduced the amount of required locks.
DMDcoin#76
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
SurfingNerd added a commit to SurfingNerd/openethereum-3.x that referenced this issue Mar 24, 2022
@SurfingNerd
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant