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

utreexoserver: bridgeserver is too slow to serve blocks&proofs #265

Open
kcalvinalvin opened this issue Apr 27, 2021 · 0 comments
Open

utreexoserver: bridgeserver is too slow to serve blocks&proofs #265

kcalvinalvin opened this issue Apr 27, 2021 · 0 comments

Comments

@kcalvinalvin
Copy link
Member

The current bridgeserver being too slow to serve blocks has been a problem for forever. This below screenshots show that the client here is spending 37% of the time fetching blocks. Since most of that time is spent on syscalls, it's safe to assume that the client is just waiting for blocks from the server.

Screen Shot 2021-04-27 at 5 27 39 PM

Screen Shot 2021-04-27 at 5 29 51 PM

Screen Shot 2021-04-27 at 5 27 26 PM

This raises the importance of PR #262 (as a performance boost as well as a refactor) as that codebase didn't have this problem of the server being too slow.

@kcalvinalvin kcalvinalvin changed the title Slow bridgeserver utreexoserver: bridgeserver is too slow to serve blocks&proofs Apr 27, 2021
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