You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
kcalvinalvin
changed the title
Slow bridgeserver
utreexoserver: bridgeserver is too slow to serve blocks&proofs
Apr 27, 2021
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.
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.
The text was updated successfully, but these errors were encountered: