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

Profiling RMB performance #187

Open
sameh-farouk opened this issue Jan 21, 2024 · 1 comment
Open

Profiling RMB performance #187

sameh-farouk opened this issue Jan 21, 2024 · 1 comment
Milestone

Comments

@sameh-farouk
Copy link
Member

In a round-trip these steps happens for each way

  • peer querying rpc node for twin public key
  • peer encrypt message
  • peer send the message to a relay
  • relay federate the message if needed
    • relay querying rpc node for relay info
    • relay send the message to another relay
    • relay push the message to connected peer
  • peer decrypt the message

Then there is the time the node (the handler service) takes for handling the command in the message and push a response.

We should gain a deeper understanding of the performance of the over-RMB communication and identify any bottlenecks or areas for improvement.

@xmonader
Copy link
Contributor

The relay should be able to handle 10k requests/s from, And for the client it should be able to communicate with 10k nodes still in under 1min

@ramezsaeed ramezsaeed modified the milestones: 1.1.0, 1.3.0 Jan 24, 2024
@ashraffouda ashraffouda modified the milestones: 1.3.0, 1.4.0 May 8, 2024
@xmonader xmonader removed this from 3.14.x May 21, 2024
@xmonader xmonader added this to 3.15.x May 21, 2024
@xmonader xmonader modified the milestones: 1.4.0, 1.5.0 May 21, 2024
@rawdaGastan rawdaGastan removed this from 3.15.x Sep 5, 2024
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

4 participants