forked from openethereum/openethereum
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Milestone
Comments
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
released with release: https://github.com/DMDcoin/openethereum-3.x/releases/tag/v3.2.5-hbbft-0.8.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: